MKS.Repository.EntityFrameworkCore
9.2.0
dotnet add package MKS.Repository.EntityFrameworkCore --version 9.2.0
NuGet\Install-Package MKS.Repository.EntityFrameworkCore -Version 9.2.0
<PackageReference Include="MKS.Repository.EntityFrameworkCore" Version="9.2.0" />
<PackageVersion Include="MKS.Repository.EntityFrameworkCore" Version="9.2.0" />
<PackageReference Include="MKS.Repository.EntityFrameworkCore" />
paket add MKS.Repository.EntityFrameworkCore --version 9.2.0
#r "nuget: MKS.Repository.EntityFrameworkCore, 9.2.0"
#:package MKS.Repository.EntityFrameworkCore@9.2.0
#addin nuget:?package=MKS.Repository.EntityFrameworkCore&version=9.2.0
#tool nuget:?package=MKS.Repository.EntityFrameworkCore&version=9.2.0
Entity Framework Core implementation of MKS Repository abstractions, providing concrete repository classes with full EF Core integration and performance optimizations.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- Ardalis.Specification.EntityFrameworkCore (>= 9.2.0)
- Microsoft.EntityFrameworkCore (>= 9.0.8)
- Microsoft.EntityFrameworkCore.Relational (>= 9.0.8)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.8)
- MKS.Repository.Abstractions (>= 9.2.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on MKS.Repository.EntityFrameworkCore:
Package | Downloads |
---|---|
MKS.CQRS.EntityFrameworkCore
Entity Framework Core implementation of CQRS patterns using MediatR and Repository pattern with configurable Microsoft.Extensions.Logging support. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version 9.2.0: Implemented projected data retrieval methods with result transformation.
New implementations: GetAsync<TResult>(ISpecification<TEntity, TResult>) and GetManyAsync<TResult>(ISpecification<TEntity, TResult>).
These methods leverage Entity Framework Core's projection capabilities for optimal database-level data transformation.
Enhanced performance for scenarios requiring only specific entity fields, reducing memory footprint and query execution time.