Corprio.UnitOfWork 2.0.31

dotnet add package Corprio.UnitOfWork --version 2.0.31                
NuGet\Install-Package Corprio.UnitOfWork -Version 2.0.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.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.31                
#r "nuget: Corprio.UnitOfWork, 2.0.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.31

// Install Corprio.UnitOfWork as a Cake Tool
#tool nuget:?package=Corprio.UnitOfWork&version=2.0.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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.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.31 94 12/3/2024
2.0.30.1 84 11/29/2024
2.0.30 87 11/14/2024
2.0.29.55 96 9/23/2024
2.0.29.54 102 9/19/2024
2.0.29.38 93 9/9/2024
2.0.29 97 8/6/2024
2.0.28.1 81 8/5/2024
2.0.28 107 8/1/2024
2.0.27 89 7/31/2024
2.0.26.1 80 7/26/2024
2.0.26 84 7/26/2024
2.0.25.4 96 7/18/2024
2.0.25.3 98 7/18/2024
2.0.25.2 81 7/17/2024
2.0.25.1 87 7/17/2024
2.0.25 109 7/16/2024
2.0.24.33 119 6/24/2024
2.0.24.32 108 6/3/2024
2.0.24.31 102 5/27/2024
2.0.24.28 116 5/18/2024
2.0.24.27 102 5/17/2024
2.0.24.24 114 5/14/2024
2.0.24.7 98 5/9/2024
2.0.24.6 108 5/9/2024
2.0.24.1 79 5/3/2024
2.0.24 92 5/2/2024
2.0.23.1 96 4/26/2024
2.0.23 113 4/26/2024
2.0.22.5 97 4/26/2024
2.0.22.3 114 4/26/2024
2.0.22.2 103 4/22/2024
2.0.22.1 115 4/19/2024
2.0.22 117 4/19/2024
2.0.21 134 4/16/2024
2.0.20.2 135 4/15/2024
2.0.20.1 121 4/14/2024
2.0.20 119 4/14/2024
2.0.19.2 120 4/12/2024
2.0.19 112 4/11/2024
2.0.18 123 4/5/2024
2.0.17 108 3/28/2024
2.0.16.4 95 3/27/2024
2.0.16.3 98 3/27/2024
2.0.16 111 3/27/2024
2.0.15.11 92 3/27/2024
2.0.15.10 131 3/27/2024
2.0.15.4 112 3/25/2024
2.0.15.3 123 3/22/2024
2.0.15 128 3/20/2024
2.0.14.18 122 3/15/2024
2.0.14.17 105 3/11/2024
2.0.14.13 100 3/11/2024
2.0.14.10 112 3/7/2024
2.0.14.8 115 3/6/2024
2.0.14.6 117 3/4/2024
2.0.14.4 143 3/1/2024
2.0.14.3 119 3/1/2024
2.0.14.2 124 3/1/2024
2.0.14 128 3/1/2024
2.0.13.8 124 3/1/2024
2.0.13.7 136 2/27/2024
2.0.13.6 110 2/27/2024
2.0.13 127 2/26/2024
2.0.12.5 115 2/22/2024
2.0.12.4 119 2/22/2024
2.0.12.2 128 2/22/2024
2.0.12 123 2/21/2024
2.0.11.8 121 2/19/2024
2.0.11 122 2/18/2024
2.0.10.2 125 2/16/2024
2.0.10.1 117 2/16/2024
2.0.9 105 2/16/2024
2.0.8 133 2/15/2024
2.0.7 139 1/30/2024
2.0.6.1 112 1/30/2024
2.0.6 112 1/30/2024
2.0.5 107 1/30/2024
2.0.1 135 1/19/2024
1.2.0 126 1/18/2024
1.1.60.1 119 1/19/2024
1.1.60 110 1/17/2024
1.1.59.14 106 1/17/2024
1.1.59.6 127 1/15/2024
1.1.59.3 120 1/12/2024
1.1.59 113 1/12/2024
1.1.58 149 1/4/2024
1.1.57 156 12/20/2023
1.1.56 145 12/18/2023
1.1.55 151 12/15/2023
1.1.54.5 137 12/14/2023
1.1.54.3 156 12/12/2023
1.1.54 135 12/12/2023
1.1.53.16 153 12/5/2023
1.1.53.11 153 11/29/2023
1.1.53.6 149 11/25/2023
1.1.53 142 11/17/2023
1.1.52.22 130 11/17/2023
1.1.52.11 149 11/14/2023
1.1.52.9 139 11/14/2023
1.1.52.5 115 11/14/2023
1.1.52.3 147 11/10/2023
1.1.52 140 11/6/2023
1.1.51 144 11/2/2023
1.1.50.9 122 10/30/2023
1.1.50.8 146 10/27/2023
1.1.50.7 134 10/27/2023
1.1.50.6 128 10/27/2023
1.1.50 144 10/25/2023
1.1.49 153 10/19/2023
1.1.48.3 153 10/19/2023
1.1.48 161 10/18/2023
1.1.47.6 160 10/18/2023
1.1.47.5 147 10/17/2023
1.1.47.2 149 10/17/2023
1.1.47.1 145 10/17/2023
1.1.47 157 10/17/2023
1.1.45.6 163 10/16/2023
1.1.45 164 10/13/2023
1.1.44.11 157 10/12/2023
1.1.44.10 154 10/12/2023
1.1.44 156 10/11/2023
1.1.43.1 152 10/11/2023
1.1.43 154 10/6/2023
1.1.42.12 139 10/6/2023
1.1.42.11 159 9/28/2023
1.1.42.10 149 9/21/2023
1.1.42.2 153 9/19/2023
1.1.42.1 148 9/19/2023
1.1.42 159 9/17/2023
1.1.41.1 144 9/15/2023
1.1.41 163 9/13/2023
1.1.40 162 9/7/2023
1.1.39.1 164 8/25/2023
1.1.39 164 8/18/2023
1.1.38 183 8/11/2023
1.1.37.1 186 7/26/2023
1.1.37 195 7/22/2023
1.1.36.1 178 7/20/2023
1.1.36 175 7/19/2023
1.1.35 175 7/19/2023
1.1.34.6 198 7/7/2023
1.1.34.5 193 7/7/2023
1.1.34.4 208 7/4/2023
1.1.34 216 7/3/2023
1.1.33.45 203 7/3/2023
1.1.33.42 206 6/12/2023
1.1.33.41 185 6/5/2023
1.1.33.26 247 4/11/2023
1.1.33.25 229 4/11/2023
1.1.33.20 229 4/4/2023
1.1.33.19 242 4/3/2023
1.1.33.15 247 3/31/2023
1.1.33.14 251 3/31/2023
1.1.33.11 277 3/29/2023