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): | Abu Zafor Fagun |
Last Update: | Sunday, April 19, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/abuzaforfagun/GenericUnitOfWork |
NuGet Url: | https://www.nuget.org/packages/EntityFrameworkCore.GenericUnitOfWork |
Install
Install-Package EntityFrameworkCore.GenericUnitOfWork
dotnet add package EntityFrameworkCore.GenericUnitOfWork
paket add EntityFrameworkCore.GenericUnitOfWork
EntityFrameworkCore.GenericUnitOfWork Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.EntityFrameworkCore(>= 2.1.0)
Tags
Instruction of uses: https://github.com/abuzaforfagun/GenericUnitOfWork
Sample project: https://github.com/abuzaforfagun/GenericUnitOfWork/tree/master/GenericUnitOfWork.Sample.