SimplePersistence.UoW
2.0.1
See the version list below for details.
dotnet add package SimplePersistence.UoW --version 2.0.1
NuGet\Install-Package SimplePersistence.UoW -Version 2.0.1
<PackageReference Include="SimplePersistence.UoW" Version="2.0.1" />
paket add SimplePersistence.UoW --version 2.0.1
#r "nuget: SimplePersistence.UoW, 2.0.1"
// Install SimplePersistence.UoW as a Cake Addin #addin nuget:?package=SimplePersistence.UoW&version=2.0.1 // Install SimplePersistence.UoW as a Cake Tool #tool nuget:?package=SimplePersistence.UoW&version=2.0.1
SimplePersistence.UoW is a framework to help implement the Unit of Work pattern in .NET applications.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on SimplePersistence.UoW:
Package | Downloads |
---|---|
SimplePersistence.UoW.EF
SimplePersistence.UoW.EF offers implementations to the SimplePersistence.UoW using the Entity Framework 6 as the ORM. |
|
SimplePersistence.UoW.NH
SimplePersistence.UoW.NH offers implementations to the SimplePersistence.UoW using NHibernate 4 as the ORM. |
|
SimplePersistence.UoW.EFCore
SimplePersistence.UoW.EFCore offers implementations to the SimplePersistence.UoW using the Entity Framework Core as the ORM. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.3.0 | 5,689 | 7/7/2016 |
3.2.1 | 4,329 | 5/29/2016 |
3.2.0 | 1,319 | 4/20/2016 |
3.1.0 | 1,370 | 3/29/2016 |
3.0.1 | 1,282 | 3/16/2016 |
3.0.0 | 1,737 | 2/24/2016 |
3.0.0-alpha1 | 1,200 | 2/9/2016 |
2.0.1 | 1,584 | 8/13/2015 |
2.0.0 | 1,755 | 7/20/2015 |
1.0.3 | 1,274 | 6/24/2015 |
1.0.2 | 1,235 | 6/11/2015 |
1.0.1 | 1,230 | 6/8/2015 |
1.0.0 | 1,246 | 6/8/2015 |
0.9.1-beta | 885 | 6/8/2015 |
0.9.0-beta | 884 | 6/8/2015 |
Fixed bug where ExecuteAndCommitAsync are throwing AggregateExceptions on async/await;
Logger classes were exposed inadvertently;