An implementation of M.Repository abstraction using EntityFramework.
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.1 |
Author(s): | Petar Marinov |
Last Update: | Sunday, August 13, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/petar-m/repository.ef |
NuGet Url: | https://www.nuget.org/packages/M.Repository.EntityFramework |
Install
Install-Package M.Repository.EntityFramework
dotnet add package M.Repository.EntityFramework
paket add M.Repository.EntityFramework
M.Repository.EntityFramework Download (Unzip the "nupkg" after downloading)
Dependencies
- EntityFramework(>= 6.1.3)
- M.Repository(>= 2.0.0)
Tags