CH.Data.Abstractions 1.1.0

dotnet add package CH.Data.Abstractions --version 1.1.0                
NuGet\Install-Package CH.Data.Abstractions -Version 1.1.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CH.Data.Abstractions" Version="1.1.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CH.Data.Abstractions --version 1.1.0                
#r "nuget: CH.Data.Abstractions, 1.1.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CH.Data.Abstractions as a Cake Addin
#addin nuget:?package=CH.Data.Abstractions&version=1.1.0

// Install CH.Data.Abstractions as a Cake Tool
#tool nuget:?package=CH.Data.Abstractions&version=1.1.0                

CH - Data.Abstractions

Abstractions for persistence-related operations (Repositories, Unit of Work, data entities).

Description

The CH - Data.Abstractions project provides a set of abstractions to facilitate the implementation of persistence-related operations such as repositories, unit of work, and data entities. This library is designed to be used across multiple .NET platforms, ensuring compatibility and flexibility in various application environments.

Target Frameworks

This project targets the following frameworks:

  • .NET 9.0
  • .NET 8.0
  • .NET 7.0
  • .NET 6.0
  • .NET 5.0
  • .NET Standard 2.1
  • .NET Core 3.1

Installation

To install the CH - Data.Abstractions package, you can use the following command in the .NET CLI:

dotnet add package CH.Data.Abstractions

Or via the NuGet Package Manager:

Install-Package CH.Data.Abstractions

Usage

To use the abstractions provided by this library, include the necessary namespaces in your project and implement the interfaces as needed to fit your data persistence model.

Included Files

  • AuditableEntity.cs: Provides an abstract base class for entities that need to track creation and modification metadata.
  • DataEntityBase.cs: A base data entity class that inherits from AuditableEntity and implements IDataEntity<TId>.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Repository

For more information, visit the GitHub repository.

Authors

  • Charalambos Hadjiantoniou

Version

Current version: 1.1.0

Package Icon

Package Icon

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on CH.Data.Abstractions:

Package Downloads
CH.EventStore.EntityFramework

Event store persistence implementation using EFCore 8. Supports in-memory and SQL providers.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 105 1/26/2025
1.0.0 1,479 11/26/2022