Simple Implementation of Repository and Unit of Work patterns in Entity Framework.
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.2.1 |
Author(s): | Soren |
Last Update: | Monday, February 2, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/SorenZ/DataFramework |
NuGet Url: | https://www.nuget.org/packages/DF.EntityFramework |
Install
Install-Package DF.EntityFramework
dotnet add package DF.EntityFramework
paket add DF.EntityFramework
DF.EntityFramework Download (Unzip the "nupkg" after downloading)
Dependencies
- EntityFramework(6.1.2)
- System.Linq.Dynamic(1.0.4)
- DF.Core(1.2.1)
Tags