DataAccessClient 6.0.0
Install-Package DataAccessClient -Version 6.0.0
dotnet add package DataAccessClient --version 6.0.0
<PackageReference Include="DataAccessClient" Version="6.0.0" />
paket add DataAccessClient --version 6.0.0
#r "nuget: DataAccessClient, 6.0.0"
// Install DataAccessClient as a Cake Addin
#addin nuget:?package=DataAccessClient&version=6.0.0
// Install DataAccessClient as a Cake Tool
#tool nuget:?package=DataAccessClient&version=6.0.0
Provides interfaces for Data Access with IRepository<T> and IUnitOfWork. Also provides haviorial interfaces for entities like IIdentifiable, ICreatable, IModifiable, ISoftDeletable, ITranslatable, ILocalizable, ITenantScopable and IRowVersioned. Last but not least provides some types for Exceptions and searching capabilities like Filtering,Paging, Sorting and Includes.
Product | Versions |
---|---|
.NET | net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
-
net6.0
- EntityCloner.Microsoft.EntityFrameworkCore (>= 6.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on DataAccessClient:
Package | Downloads |
---|---|
DataAccessClient.EntityFrameworkCore.SqlServer
Provides implementation for Data Access with EntityFrameworkCore.SqlServer. It provides implementation for IRepository<T> and DbContext. It also provides extension methods for IServiceCollection to easily adding types to .NET Core DependencyInjection. Is also supports using multiple DbContexts within same IUnitOfWork. |
GitHub repositories
This package is not used by any popular GitHub repositories.