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.6 |
Author(s): | iQuarc |
Last Update: | Wednesday, March 2, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/iQuarc/DataAccess |
NuGet Url: | https://www.nuget.org/packages/iQuarc.DataAccess |
Install
Install-Package iQuarc.DataAccess
dotnet add package iQuarc.DataAccess
paket add iQuarc.DataAccess
iQuarc.DataAccess Download (Unzip the "nupkg" after downloading)
Dependencies
- CommonServiceLocator(>= 1.3.0)
- EntityFramework(>= 6.1.3)
- iQuarc.SystemEx(>= 1.0.0)
Tags
The implementation is done with EF, which is well hiden from the clients.