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.4.0 |
Author(s): | Ben Griswold, Jeff Treuting, Fairway Technologies |
Last Update: | Tuesday, August 20, 2013 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/SharpRepository/SharpRepository |
NuGet Url: | https://www.nuget.org/packages/SharpRepository.Ef5Repository |
Install
Install-Package SharpRepository.Ef5Repository
dotnet add package SharpRepository.Ef5Repository
paket add SharpRepository.Ef5Repository
SharpRepository.Ef5Repository Download (Unzip the "nupkg" after downloading)
Dependencies
- SharpRepository.Repository(1.4.0.0)
- EntityFramework(5.0.0)
Tags
SharpRepository includes Xml and InMemory repository implementations as well. SharpRepository offers built-in caching options for AppFabric, memcached and the standard System.Runtime.Caching.
SharpRepository also supports Specifications, FetchStrategies, Batches and Traits.