EfCore.GenericServices
8.1.0
dotnet add package EfCore.GenericServices --version 8.1.0
NuGet\Install-Package EfCore.GenericServices -Version 8.1.0
<PackageReference Include="EfCore.GenericServices" Version="8.1.0" />
paket add EfCore.GenericServices --version 8.1.0
#r "nuget: EfCore.GenericServices, 8.1.0"
// Install EfCore.GenericServices as a Cake Addin #addin nuget:?package=EfCore.GenericServices&version=8.1.0 // Install EfCore.GenericServices as a Cake Tool #tool nuget:?package=EfCore.GenericServices&version=8.1.0
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.
List of versions and which .NET framework they support
- Version 8.0.0: Supports NET 8 only (simpler to update to next NET release)
- Version 6.?.?: Supports NET 6, 7 and 8
- Version 5.2.?: Supports NET 5, 6 and 7
There are older versions of the EfCore.GenericServices library, but .NET lower than .NET 5 are not supported by Microsoft.
Documentation and useful articles
The documentation can be found in the GitHub wiki. but the rest of this README file provides a good overview of what the library can do, but here are some articles that give you a detailed description of what the libraray does.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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. |
-
net8.0
- AutoMapper (>= 13.0.1)
- GenericServices.StatusGeneric (>= 1.2.0)
- Microsoft.AspNetCore.JsonPatch (>= 8.0.0)
- Microsoft.EntityFrameworkCore (>= 8.0.0)
NuGet packages (3)
Showing the top 3 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 |
|
UZB.ELYORBEK.EF
CRUD operations works. |
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 |
---|---|---|
8.1.0 | 4,286 | 5/4/2024 |
8.0.0 | 490 | 4/10/2024 |
6.0.0 | 6,479 | 11/22/2023 |
5.2.1 | 20,661 | 1/3/2023 |
5.2.0 | 3,796 | 11/15/2022 |
5.2.0-preview001 | 683 | 12/8/2022 |
5.1.1 | 17,871 | 2/2/2022 |
5.1.0 | 25,331 | 11/10/2021 |
5.1.0-preview001 | 167 | 11/4/2021 |
5.0.1 | 16,510 | 7/8/2021 |
5.0.0 | 19,344 | 1/6/2021 |
3.3.0 | 1,380 | 6/21/2021 |
3.2.2 | 17,710 | 5/22/2020 |
3.2.1 | 3,513 | 4/11/2020 |
3.2.0 | 1,183 | 4/10/2020 |
3.1.0 | 45,343 | 1/27/2020 |
3.0.0 | 5,184 | 10/12/2019 |
2.1.0-preview001 | 1,071 | 10/4/2019 |
2.0.3 | 3,675 | 7/29/2019 |
2.0.2 | 11,208 | 4/4/2019 |
2.0.1 | 5,016 | 3/10/2019 |
2.0.0 | 7,475 | 1/2/2019 |
2.0.0-preview001 | 2,752 | 12/24/2018 |
1.3.3 | 5,702 | 10/27/2018 |
1.3.2 | 1,903 | 10/22/2018 |
1.3.1 | 2,022 | 9/26/2018 |
1.3.0 | 1,974 | 9/18/2018 |
1.2.6 | 10,451 | 8/18/2018 |
1.2.4 | 2,991 | 7/29/2018 |
1.2.3 | 2,193 | 7/24/2018 |
1.2.2 | 1,454 | 7/16/2018 |
1.2.1 | 1,487 | 7/14/2018 |
1.1.0 | 2,153 | 6/7/2018 |
1.0.0 | 2,352 | 4/12/2018 |
- Updated to AutoMapper to version="13.0.1" from PR by @aaron-kruse