A generic repositry implementation using entityframework core, that can be used and extended easily for all purposes.
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 4.1.0 |
Author(s): | Sami Al Khatib |
Last Update: | Wednesday, December 11, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/cleancodelabs/EntityFrameworkCore.GenericRepository |
NuGet Url: | https://www.nuget.org/packages/CleanCodeLabs.EntityFrameworkCore.GenericRepository |
Install
Install-Package CleanCodeLabs.EntityFrameworkCore.GenericRepository
dotnet add package CleanCodeLabs.EntityFrameworkCore.GenericRepository
paket add CleanCodeLabs.EntityFrameworkCore.GenericRepository
CleanCodeLabs.EntityFrameworkCore.GenericRepository Download (Unzip the "nupkg" after downloading)
Dependencies
Tags