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.2 |
Author(s): | Michael Landi |
Last Update: | Friday, February 3, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/michaellandi/premise |
NuGet Url: | https://www.nuget.org/packages/Premise.Data.EntityFramework |
Install
Install-Package Premise.Data.EntityFramework
dotnet add package Premise.Data.EntityFramework
paket add Premise.Data.EntityFramework
Premise.Data.EntityFramework Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.0)
- Microsoft.EntityFrameworkCore(>= 1.0.0)
- Premise.Data(>= 1.0.2)
Tags
This package contains the neccessary classes to implement a generic repository pattern using Entity Framework.