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.0 |
| Author(s): | iQuarc |
| Last Update: | Tuesday, March 10, 2015 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/iQuarc/DataAccess |
| NuGet Url: | https://www.nuget.org/packages/iQuarc.DataAccess.AppBoot |
Install
Install-Package iQuarc.DataAccess.AppBoot
dotnet add package iQuarc.DataAccess.AppBoot
paket add iQuarc.DataAccess.AppBoot
iQuarc.DataAccess.AppBoot Download (Unzip the "nupkg" after downloading)
Dependencies
- iQuarc.AppBoot(1.1.0.0)
- iQuarc.DataAccess(1.0.0)
Tags
The DataAccess provides an abstraction over a relational DB. The implementation is done with EF, which is well hiden from the clients.