SharpRepository generic repository implementation for Entity Framework 1.1 and 2.
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 2.1.2 |
Author(s): | Eivind Gussiås Løkseth, Omar Piani |
Last Update: | Wednesday, February 26, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/SharpRepository/SharpRepository |
NuGet Url: | https://www.nuget.org/packages/SharpRepository.EfCoreRepository |
Install
Install-Package SharpRepository.EfCoreRepository
dotnet add package SharpRepository.EfCoreRepository
paket add SharpRepository.EfCoreRepository
SharpRepository.EfCoreRepository Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.3
- SharpRepository.Repository(>= 2.1.2)
- Microsoft.EntityFrameworkCore(>= 1.1.6)
- Microsoft.Extensions.Configuration.Json(>= 1.1.2)
- NETStandard.Library(>= 1.6.1)
- System.Linq.Queryable(>= 4.3.0)
- System.Reflection.TypeExtensions(>= 4.5.1)
- System.Security.Cryptography.Algorithms(>= 4.3.1)
- SharpRepository.Repository(>= 2.1.2)
- Microsoft.EntityFrameworkCore(>= 2.1.4)
- Microsoft.Extensions.Configuration.Json(>= 2.1.1)
- System.Linq.Queryable(>= 4.3.0)
- System.Reflection.TypeExtensions(>= 4.5.1)
- System.Security.Cryptography.Algorithms(>= 4.3.1)
- SharpRepository.Repository(>= 2.1.2)
- Microsoft.EntityFrameworkCore(>= 3.0.0)
- Microsoft.Extensions.Configuration.Json(>= 3.0.0)
- System.Linq.Queryable(>= 4.3.0)
- System.Reflection.TypeExtensions(>= 4.5.1)
- System.Security.Cryptography.Algorithms(>= 4.3.1)
Tags