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.1.0 |
Author(s): | Brian Kwak |
Last Update: | Sunday, March 3, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/koalagon/JPA-Style-Repository |
NuGet Url: | https://www.nuget.org/packages/NPA.Repository |
Install
Install-Package NPA.Repository
dotnet add package NPA.Repository
paket add NPA.Repository
NPA.Repository Download (Unzip the "nupkg" after downloading)
Dependencies
- Castle.Core(>= 4.3.1)
- EntityFramework(>= 6.2.0)
Tags
Define repository interface without implementation. The package will handle everything for you.