Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 1.0.10 |
Author(s): | Jon Smith |
Last Update: | Monday, October 3, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/JonPSmith/GenericServices |
NuGet Url: | https://www.nuget.org/packages/GenericServices |
Install
Install-Package GenericServices
dotnet add package GenericServices
paket add GenericServices
GenericServices Download (Unzip the "nupkg" after downloading)
Dependencies
- GenericLibsBase(>= 1.0.1)
- EntityFramework(>= 6.1.3)
- AutoMapper(>= 4.2.1)
- DelegateDecompiler.EntityFramework(>= 0.18.0)
Tags
a layer that acts as a facard/adapter between your data layers containing an Entity Framework database and your User Interface or HTTP service.