EfCore.GenericServices
5.2.1
dotnet add package EfCore.GenericServices --version 5.2.1
NuGet\Install-Package EfCore.GenericServices -Version 5.2.1
<PackageReference Include="EfCore.GenericServices" Version="5.2.1" />
paket add EfCore.GenericServices --version 5.2.1
#r "nuget: EfCore.GenericServices, 5.2.1"
// Install EfCore.GenericServices as a Cake Addin
#addin nuget:?package=EfCore.GenericServices&version=5.2.1
// Install EfCore.GenericServices as a Cake Tool
#tool nuget:?package=EfCore.GenericServices&version=5.2.1
EfCore.GenericServices
This library helps you quickly code Create, Read, Update and Delete (CRUD) accesses for a web/mobile/desktop application. It acts as a adapter and command pattern between a database accessed by Entity Framework Core (EF Core) and the needs of the front-end system.
The EfCore.GenericServices library is available on NuGet as EfCore.GenericServices and is an open-source library under the MIT licence. See ReleaseNotes for details of changes and information on each version of EfCore.GenericServices.
NOTE: Version 5.1.0 and above of this library supports multiple versions of EF Core 5.
- Version 5.1.0 and above supports EF Core 5.10 and EF Core 6.0
- Version 5.2.0 and above supports EF Core 5.10, EF Core 6.0 and EF Core 7.0
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.1 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.1
- AutoMapper (>= 12.0.0)
- GenericServices.StatusGeneric (>= 1.2.0)
- Microsoft.AspNetCore.JsonPatch (>= 5.0.11)
- Microsoft.EntityFrameworkCore (>= 5.0.10)
-
net6.0
- AutoMapper (>= 12.0.0)
- GenericServices.StatusGeneric (>= 1.2.0)
- Microsoft.AspNetCore.JsonPatch (>= 6.0.11)
- Microsoft.EntityFrameworkCore (>= 6.0.11)
-
net7.0
- AutoMapper (>= 12.0.0)
- GenericServices.StatusGeneric (>= 1.2.0)
- Microsoft.AspNetCore.JsonPatch (>= 7.0.0)
- Microsoft.EntityFrameworkCore (>= 7.0.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on EfCore.GenericServices:
Package | Downloads |
---|---|
EfCore.GenericServices.AspNetCore
A support library to the EfCore.GenericServices and EfCore.GenericBizRunner libraries. It converts IStatusGeneric into ASP.NET Core's ModelState or Web API response |
|
EntityServices
Package Description |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on EfCore.GenericServices:
Repository | Stars |
---|---|
JonPSmith/AuthPermissions.AspNetCore
This library provides extra authorization and multi-tenant features to an ASP.NET Core application.
|
|
JonPSmith/PermissionAccessControl2
Version 2 of example application to go with articles on feature and data authorization
|
Version | Downloads | Last updated |
---|---|---|
5.2.1 | 257 | 1/3/2023 |
5.2.0 | 529 | 11/15/2022 |
5.2.0-preview001 | 48 | 12/8/2022 |
5.1.1 | 11,396 | 2/2/2022 |
5.1.0 | 22,273 | 11/10/2021 |
5.1.0-preview001 | 115 | 11/4/2021 |
5.0.1 | 12,372 | 7/8/2021 |
5.0.0 | 16,895 | 1/6/2021 |
3.3.0 | 582 | 6/21/2021 |
3.2.2 | 15,181 | 5/22/2020 |
3.2.1 | 2,776 | 4/11/2020 |
3.2.0 | 546 | 4/10/2020 |
3.1.0 | 30,221 | 1/27/2020 |
3.0.0 | 3,871 | 10/12/2019 |
2.1.0-preview001 | 368 | 10/4/2019 |
2.0.3 | 2,909 | 7/29/2019 |
2.0.2 | 10,006 | 4/4/2019 |
2.0.1 | 4,000 | 3/10/2019 |
2.0.0 | 6,218 | 1/2/2019 |
2.0.0-preview001 | 1,843 | 12/24/2018 |
1.3.3 | 4,521 | 10/27/2018 |
1.3.2 | 1,150 | 10/22/2018 |
1.3.1 | 1,257 | 9/26/2018 |
1.3.0 | 1,258 | 9/18/2018 |
1.2.6 | 7,833 | 8/18/2018 |
1.2.4 | 1,345 | 7/29/2018 |
1.2.3 | 945 | 7/24/2018 |
1.2.2 | 754 | 7/16/2018 |
1.2.1 | 738 | 7/14/2018 |
1.1.0 | 1,101 | 6/7/2018 |
1.0.0 | 1,265 | 4/12/2018 |
Fixed problem caused by building the services early. Fix provided by @JonathanQuinth PR #67