CloudSoft.Repositories
2.3.9.3
dotnet add package CloudSoft.Repositories --version 2.3.9.3
NuGet\Install-Package CloudSoft.Repositories -Version 2.3.9.3
<PackageReference Include="CloudSoft.Repositories" Version="2.3.9.3" />
<PackageVersion Include="CloudSoft.Repositories" Version="2.3.9.3" />
<PackageReference Include="CloudSoft.Repositories" />
paket add CloudSoft.Repositories --version 2.3.9.3
#r "nuget: CloudSoft.Repositories, 2.3.9.3"
#addin nuget:?package=CloudSoft.Repositories&version=2.3.9.3
#tool nuget:?package=CloudSoft.Repositories&version=2.3.9.3
CloudSoft.Repositories help you to use a generic (unit of work) repository for EntityFramework 6 with data migration based on sql script
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
.NETFramework 4.5
- EntityFramework (>= 6.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
2.3.9.3 | 2,379 | 8/12/2015 | |
2.3.8.2-beta | 1,036 | 10/12/2014 | |
2.3.8.1-beta | 1,092 | 10/12/2014 | |
2.3.7 | 1,326 | 6/30/2014 | |
2.3.1 | 1,448 | 2/15/2014 | |
2.2.0 | 1,306 | 1/13/2014 | |
2.1.0 | 1,249 | 1/13/2014 | |
2.0.0.1 | 1,395 | 10/23/2013 | |
2.0.0 | 1,337 | 10/21/2013 | |
1.3.0.3 | 1,335 | 9/2/2013 | |
1.3.0.2 | 1,709 | 4/6/2013 | |
1.3.0.1 | 1,351 | 4/6/2013 | |
0.9.0 | 1,534 | 2/15/2013 |
2.3.9.3 refresh all views compatible with sql azure
2.3.7 New versionning, improve MemoryRepository with async
2.3.1 Add Logger
2.2.0 Prevent lock on sync methods (duplicate code)
2.1.0 Support Async (EF6)
2.0.0.1 Issue with autoincrement on schema table
2.0.0.0 Migration dotnet 4.0 to 4.5 and EntityFramework 5.0 to 6.0
1.3.0.3 Add BulkInsert() on IRepository