Corprio.UnitOfWork 2.0.24.31

There is a newer version of this package available.
See the version list below for details.
dotnet add package Corprio.UnitOfWork --version 2.0.24.31
NuGet\Install-Package Corprio.UnitOfWork -Version 2.0.24.31
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Corprio.UnitOfWork" Version="2.0.24.31" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Corprio.UnitOfWork --version 2.0.24.31
#r "nuget: Corprio.UnitOfWork, 2.0.24.31"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Corprio.UnitOfWork as a Cake Addin
#addin nuget:?package=Corprio.UnitOfWork&version=2.0.24.31

// Install Corprio.UnitOfWork as a Cake Tool
#tool nuget:?package=Corprio.UnitOfWork&version=2.0.24.31

Corprio.UnitOfWork

The Corprio.UnitOfWork project delivers the UOW class. The purpose of the UOW class is to protect data integrity by including all database update/add/delete actions in a single transaction. Then all database update/add/delete actions are either finished successfully or aborted completely.
For example, when an invoice is added, two objects are added to the database at the same time.

  1. An Invoice object to represent the invoice
  2. A Stock object to deduct stock

If the action adds the Invoice to the database successfully but fails to add the Stock object to the databsae, then the inventory becomes incorrect. UOW is designed to avoid this siutation.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.0.24.33 65 6/24/2024
2.0.24.32 73 6/3/2024
2.0.24.31 65 5/27/2024
2.0.24.28 79 5/18/2024
2.0.24.27 83 5/17/2024
2.0.24.24 74 5/14/2024
2.0.24.7 70 5/9/2024
2.0.24.6 71 5/9/2024
2.0.24.1 49 5/3/2024
2.0.24 54 5/2/2024
2.0.23.1 80 4/26/2024
2.0.23 80 4/26/2024
2.0.22.5 81 4/26/2024
2.0.22.3 80 4/26/2024
2.0.22.2 83 4/22/2024
2.0.22.1 77 4/19/2024
2.0.22 78 4/19/2024
2.0.21 93 4/16/2024
2.0.20.2 95 4/15/2024
2.0.20.1 84 4/14/2024
2.0.20 84 4/14/2024
2.0.19.2 78 4/12/2024
2.0.19 74 4/11/2024
2.0.18 85 4/5/2024
2.0.17 77 3/28/2024
2.0.16.4 65 3/27/2024
2.0.16.3 64 3/27/2024
2.0.16 80 3/27/2024
2.0.15.11 60 3/27/2024
2.0.15.10 75 3/27/2024
2.0.15.4 76 3/25/2024
2.0.15.3 91 3/22/2024
2.0.15 90 3/20/2024
2.0.14.18 80 3/15/2024
2.0.14.17 60 3/11/2024
2.0.14.13 59 3/11/2024
2.0.14.10 71 3/7/2024
2.0.14.8 82 3/6/2024
2.0.14.6 77 3/4/2024
2.0.14.4 88 3/1/2024
2.0.14.3 60 3/1/2024
2.0.14.2 85 3/1/2024
2.0.14 88 3/1/2024
2.0.13.8 77 3/1/2024
2.0.13.7 84 2/27/2024
2.0.13.6 70 2/27/2024
2.0.13 85 2/26/2024
2.0.12.5 85 2/22/2024
2.0.12.4 82 2/22/2024
2.0.12.2 90 2/22/2024
2.0.12 90 2/21/2024
2.0.11.8 82 2/19/2024
2.0.11 70 2/18/2024
2.0.10.2 70 2/16/2024
2.0.10.1 75 2/16/2024
2.0.9 75 2/16/2024
2.0.8 88 2/15/2024
2.0.7 104 1/30/2024
2.0.6.1 81 1/30/2024
2.0.6 75 1/30/2024
2.0.5 74 1/30/2024
2.0.1 82 1/19/2024
1.2.0 75 1/18/2024
1.1.60.1 80 1/19/2024
1.1.60 71 1/17/2024
1.1.59.14 76 1/17/2024
1.1.59.6 90 1/15/2024
1.1.59.3 87 1/12/2024
1.1.59 83 1/12/2024
1.1.58 110 1/4/2024
1.1.57 106 12/20/2023
1.1.56 104 12/18/2023
1.1.55 99 12/15/2023
1.1.54.5 109 12/14/2023
1.1.54.3 106 12/12/2023
1.1.54 101 12/12/2023
1.1.53.16 125 12/5/2023
1.1.53.11 120 11/29/2023
1.1.53.6 99 11/25/2023
1.1.53 100 11/17/2023
1.1.52.22 96 11/17/2023
1.1.52.11 104 11/14/2023
1.1.52.9 94 11/14/2023
1.1.52.5 72 11/14/2023
1.1.52.3 108 11/10/2023
1.1.52 110 11/6/2023
1.1.51 113 11/2/2023
1.1.50.9 94 10/30/2023
1.1.50.8 106 10/27/2023
1.1.50.7 105 10/27/2023
1.1.50.6 90 10/27/2023
1.1.50 113 10/25/2023
1.1.49 119 10/19/2023
1.1.48.3 117 10/19/2023
1.1.48 123 10/18/2023
1.1.47.6 120 10/18/2023
1.1.47.5 118 10/17/2023
1.1.47.2 120 10/17/2023
1.1.47.1 127 10/17/2023
1.1.47 123 10/17/2023
1.1.45.6 130 10/16/2023
1.1.45 130 10/13/2023
1.1.44.11 117 10/12/2023
1.1.44.10 117 10/12/2023
1.1.44 120 10/11/2023
1.1.43.1 121 10/11/2023
1.1.43 118 10/6/2023
1.1.42.12 113 10/6/2023
1.1.42.11 129 9/28/2023
1.1.42.10 118 9/21/2023
1.1.42.2 118 9/19/2023
1.1.42.1 108 9/19/2023
1.1.42 130 9/17/2023
1.1.41.1 120 9/15/2023
1.1.41 135 9/13/2023
1.1.40 127 9/7/2023
1.1.39.1 135 8/25/2023
1.1.39 137 8/18/2023
1.1.38 161 8/11/2023
1.1.37.1 155 7/26/2023
1.1.37 157 7/22/2023
1.1.36.1 149 7/20/2023
1.1.36 141 7/19/2023
1.1.35 142 7/19/2023
1.1.34.6 162 7/7/2023
1.1.34.5 159 7/7/2023
1.1.34.4 170 7/4/2023
1.1.34 177 7/3/2023
1.1.33.45 172 7/3/2023
1.1.33.42 173 6/12/2023
1.1.33.41 153 6/5/2023
1.1.33.26 206 4/11/2023
1.1.33.25 199 4/11/2023
1.1.33.20 201 4/4/2023
1.1.33.19 202 4/3/2023
1.1.33.15 212 3/31/2023
1.1.33.14 211 3/31/2023
1.1.33.11 240 3/29/2023