Provides a simple generic implementation of the Repository Pattern for Entity Framework 6.
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.4.0 |
Author(s): | Esteban Luchsinger |
Last Update: | Sunday, August 19, 2018 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/SlimRepository.EntityFramework |
Install
Install-Package SlimRepository.EntityFramework
dotnet add package SlimRepository.EntityFramework
paket add SlimRepository.EntityFramework
SlimRepository.EntityFramework Download (Unzip the "nupkg" after downloading)
Dependencies
- EntityFramework(>= 6.0.0)
Tags