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): | Harsha Bopuri |
Last Update: | Friday, October 9, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://www.harshabopuri.com/unit-of-work-repository-pattern-with-entity-framework |
NuGet Url: | https://www.nuget.org/packages/UowRepositoryWithEntityFramework |
Install
Install-Package UowRepositoryWithEntityFramework
dotnet add package UowRepositoryWithEntityFramework
paket add UowRepositoryWithEntityFramework
UowRepositoryWithEntityFramework Download (Unzip the "nupkg" after downloading)
Dependencies
- EntityFramework(>= 6.1.3)
- EntityFramework.SqlServerCompact(>= 6.1.3)
- LinqKit(>= 1.1.3.1)
- Microsoft.AspNet.Identity.Core(>= 2.2.1)
- Microsoft.AspNet.Identity.EntityFramework(>= 2.2.1)
- CommonServiceLocator(>= 1.3.0)
- System.Net.Http(>= 4.0.0)
Tags
This framework helps you to write clean code which dealing with your entity querying and also allows you to add extended operations to each entity service. The major advantages would be a clean write up, ease to write unit testing against all your repositories.