SharpRepository.EfRepository
1.5.0.3
See the version list below for details.
dotnet add package SharpRepository.EfRepository --version 1.5.0.3
NuGet\Install-Package SharpRepository.EfRepository -Version 1.5.0.3
<PackageReference Include="SharpRepository.EfRepository" Version="1.5.0.3" />
paket add SharpRepository.EfRepository --version 1.5.0.3
#r "nuget: SharpRepository.EfRepository, 1.5.0.3"
// Install SharpRepository.EfRepository as a Cake Addin #addin nuget:?package=SharpRepository.EfRepository&version=1.5.0.3 // Install SharpRepository.EfRepository as a Cake Tool #tool nuget:?package=SharpRepository.EfRepository&version=1.5.0.3
SharpRepository is a generic repository written in C# which includes support for various relational, document and object databases including Entity Framework, RavenDB, MongoDB, CouchDB and Db4o. 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.!
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.5.2
- EntityFramework (>= 6.1.3)
- SharpRepository.Repository (>= 1.5.0.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on SharpRepository.EfRepository:
Package | Downloads |
---|---|
VladqaPackage
My package description. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.1.3 | 44,287 | 2/26/2020 |
2.1.1-prerelease | 472 | 10/28/2019 |
2.1.0-prerelease | 402 | 10/25/2019 |
2.0.3.1 | 10,198 | 3/11/2019 |
2.0.3-prerelease | 704 | 11/8/2018 |
2.0.2 | 11,809 | 2/1/2018 |
2.0.1-beta1 | 799 | 11/9/2017 |
1.5.0.4 | 13,722 | 8/1/2017 |
1.5.0.3 | 2,549 | 7/28/2017 |
1.5.0.2 | 1,410 | 7/25/2017 |
1.5.0.1-prerelease | 830 | 5/23/2017 |
1.5.0-prerelease | 808 | 5/22/2017 |
1.4.7.2 | 11,717 | 2/24/2016 |
1.4.7.1 | 1,235 | 2/20/2016 |
1.4.7 | 2,369 | 2/17/2016 |
1.4.6.15 | 8,856 | 5/27/2015 |
1.4.1 | 11,979 | 10/23/2013 |
Version 1.5.0.3: Added possibility to disable Key generation with GenerateKeyOnAdd option #174, generation can't be disabled on SQL Server identity keys