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" />
<PackageVersion Include="SimplePersistence.UoW" Version="2.0.1" />
<PackageReference Include="SimplePersistence.UoW" />
paket add SimplePersistence.UoW --version 2.0.1
#r "nuget: SimplePersistence.UoW, 2.0.1"
#:package SimplePersistence.UoW@2.0.1
#addin nuget:?package=SimplePersistence.UoW&version=2.0.1
#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 | 7,014 | 7/7/2016 |
| 3.2.1 | 4,858 | 5/29/2016 |
| 3.2.0 | 1,731 | 4/20/2016 |
| 3.1.0 | 2,115 | 3/29/2016 |
| 3.0.1 | 1,702 | 3/16/2016 |
| 3.0.0 | 2,150 | 2/24/2016 |
| 3.0.0-alpha1 | 1,993 | 2/9/2016 |
| 2.0.1 | 2,188 | 8/13/2015 |
| 2.0.0 | 2,401 | 7/20/2015 |
| 1.0.3 | 1,710 | 6/24/2015 |
| 1.0.2 | 1,656 | 6/11/2015 |
| 1.0.1 | 1,644 | 6/8/2015 |
| 1.0.0 | 1,674 | 6/8/2015 |
| 0.9.1-beta | 1,284 | 6/8/2015 |
| 0.9.0-beta | 1,298 | 6/8/2015 |
Fixed bug where ExecuteAndCommitAsync are throwing AggregateExceptions on async/await;
Logger classes were exposed inadvertently;