Data Access Layer provides concreate entity framework implemenataion of Generic Repository and Unit of Work for your .NET application.
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.8 |
Author(s): | Rafal Grycuk |
Last Update: | Sunday, March 3, 2019 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/DataAccessLayer.Net.EntityFramework |
Install
Install-Package DataAccessLayer.Net.EntityFramework
dotnet add package DataAccessLayer.Net.EntityFramework
paket add DataAccessLayer.Net.EntityFramework
DataAccessLayer.Net.EntityFramework Download (Unzip the "nupkg" after downloading)
Dependencies
- EntityFramework(>= 6.1.3)
Tags