Extend EF Core to implement repository mode and unit work mode.
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 0.1.0 |
Author(s): | Danvic Wang |
Last Update: | Sunday, November 15, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Ingos.EntityFrameworkCore.Repository |
Install
Install-Package Ingos.EntityFrameworkCore.Repository
dotnet add package Ingos.EntityFrameworkCore.Repository
paket add Ingos.EntityFrameworkCore.Repository
Ingos.EntityFrameworkCore.Repository Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.EntityFrameworkCore(>= 3.1.10)
Tags