Corprio.UnitOfWork 2.0.31.125

dotnet add package Corprio.UnitOfWork --version 2.0.31.125
                    
NuGet\Install-Package Corprio.UnitOfWork -Version 2.0.31.125
                    
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.125" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Corprio.UnitOfWork" Version="2.0.31.125" />
                    
Directory.Packages.props
<PackageReference Include="Corprio.UnitOfWork" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Corprio.UnitOfWork --version 2.0.31.125
                    
#r "nuget: Corprio.UnitOfWork, 2.0.31.125"
                    
#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.
#:package Corprio.UnitOfWork@2.0.31.125
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Corprio.UnitOfWork&version=2.0.31.125
                    
Install as a Cake Addin
#tool nuget:?package=Corprio.UnitOfWork&version=2.0.31.125
                    
Install as a Cake Tool

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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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.125 185 8/29/2025
2.0.31.124 111 7/29/2025
2.0.31.65 206 4/22/2025
2.0.31.54 187 3/31/2025
2.0.31.51 189 3/19/2025
2.0.31.15 141 1/23/2025
2.0.31 153 12/3/2024
2.0.30.1 138 11/29/2024
2.0.30 139 11/14/2024
2.0.29.55 148 9/23/2024
2.0.29.54 152 9/19/2024
2.0.29.38 145 9/9/2024
2.0.29 144 8/6/2024
2.0.28.1 129 8/5/2024
2.0.28 170 8/1/2024
2.0.27 134 7/31/2024
2.0.26.1 134 7/26/2024
2.0.26 132 7/26/2024
2.0.25.4 149 7/18/2024
2.0.25.3 146 7/18/2024
2.0.25.2 138 7/17/2024
2.0.25.1 141 7/17/2024
2.0.25 160 7/16/2024
2.0.24.33 205 6/24/2024
2.0.24.32 162 6/3/2024
2.0.24.31 153 5/27/2024
2.0.24.28 165 5/18/2024
2.0.24.27 152 5/17/2024
2.0.24.24 162 5/14/2024
2.0.24.7 152 5/9/2024
2.0.24.6 166 5/9/2024
2.0.24.1 129 5/3/2024
2.0.24 142 5/2/2024
2.0.23.1 150 4/26/2024
2.0.23 166 4/26/2024
2.0.22.5 150 4/26/2024
2.0.22.3 166 4/26/2024
2.0.22.2 156 4/22/2024
2.0.22.1 169 4/19/2024
2.0.22 172 4/19/2024
2.0.21 187 4/16/2024
2.0.20.2 191 4/15/2024
2.0.20.1 172 4/14/2024
2.0.20 158 4/14/2024
2.0.19.2 176 4/12/2024
2.0.19 161 4/11/2024
2.0.18 175 4/5/2024
2.0.17 165 3/28/2024
2.0.16.4 153 3/27/2024
2.0.16.3 151 3/27/2024
2.0.16 166 3/27/2024
2.0.15.11 148 3/27/2024
2.0.15.10 183 3/27/2024
2.0.15.4 168 3/25/2024
2.0.15.3 177 3/22/2024
2.0.15 192 3/20/2024
2.0.14.18 176 3/15/2024
2.0.14.17 160 3/11/2024
2.0.14.13 154 3/11/2024
2.0.14.10 166 3/7/2024
2.0.14.8 158 3/6/2024
2.0.14.6 169 3/4/2024
2.0.14.4 200 3/1/2024
2.0.14.3 168 3/1/2024
2.0.14.2 179 3/1/2024
2.0.14 180 3/1/2024
2.0.13.8 181 3/1/2024
2.0.13.7 186 2/27/2024
2.0.13.6 164 2/27/2024
2.0.13 183 2/26/2024
2.0.12.5 172 2/22/2024
2.0.12.4 174 2/22/2024
2.0.12.2 181 2/22/2024
2.0.12 173 2/21/2024
2.0.11.8 176 2/19/2024
2.0.11 177 2/18/2024
2.0.10.2 175 2/16/2024
2.0.10.1 169 2/16/2024
2.0.9 144 2/16/2024
2.0.8 185 2/15/2024
2.0.7 187 1/30/2024
2.0.6.1 163 1/30/2024
2.0.6 150 1/30/2024
2.0.5 162 1/30/2024
2.0.1 186 1/19/2024
1.2.0 175 1/18/2024
1.1.60.1 171 1/19/2024
1.1.60 163 1/17/2024
1.1.59.14 154 1/17/2024
1.1.59.6 176 1/15/2024
1.1.59.3 171 1/12/2024
1.1.59 165 1/12/2024
1.1.58 197 1/4/2024
1.1.57 208 12/20/2023
1.1.56 192 12/18/2023
1.1.55 191 12/15/2023
1.1.54.5 183 12/14/2023
1.1.54.3 207 12/12/2023
1.1.54 176 12/12/2023
1.1.53.16 175 12/5/2023
1.1.53.11 187 11/29/2023
1.1.53.6 171 11/25/2023
1.1.53 177 11/17/2023
1.1.52.22 164 11/17/2023
1.1.52.11 187 11/14/2023
1.1.52.9 171 11/14/2023
1.1.52.5 136 11/14/2023
1.1.52.3 179 11/10/2023
1.1.52 174 11/6/2023
1.1.51 169 11/2/2023
1.1.50.9 157 10/30/2023
1.1.50.8 180 10/27/2023
1.1.50.7 173 10/27/2023
1.1.50.6 170 10/27/2023
1.1.50 181 10/25/2023
1.1.49 193 10/19/2023
1.1.48.3 192 10/19/2023
1.1.48 203 10/18/2023
1.1.47.6 201 10/18/2023
1.1.47.5 184 10/17/2023
1.1.47.2 203 10/17/2023
1.1.47.1 188 10/17/2023
1.1.47 199 10/17/2023
1.1.45.6 206 10/16/2023
1.1.45 206 10/13/2023
1.1.44.11 185 10/12/2023
1.1.44.10 194 10/12/2023
1.1.44 198 10/11/2023
1.1.43.1 201 10/11/2023
1.1.43 195 10/6/2023
1.1.42.12 178 10/6/2023
1.1.42.11 198 9/28/2023
1.1.42.10 187 9/21/2023
1.1.42.2 192 9/19/2023
1.1.42.1 188 9/19/2023
1.1.42 200 9/17/2023
1.1.41.1 185 9/15/2023
1.1.41 203 9/13/2023
1.1.40 206 9/7/2023
1.1.39.1 219 8/25/2023
1.1.39 220 8/18/2023
1.1.38 242 8/11/2023
1.1.37.1 247 7/26/2023
1.1.37 257 7/22/2023
1.1.36.1 248 7/20/2023
1.1.36 236 7/19/2023
1.1.35 238 7/19/2023
1.1.34.6 260 7/7/2023
1.1.34.5 259 7/7/2023
1.1.34.4 273 7/4/2023
1.1.34 278 7/3/2023
1.1.33.45 258 7/3/2023
1.1.33.42 279 6/12/2023
1.1.33.41 254 6/5/2023
1.1.33.26 319 4/11/2023
1.1.33.25 289 4/11/2023
1.1.33.20 301 4/4/2023
1.1.33.19 303 4/3/2023
1.1.33.15 319 3/31/2023
1.1.33.14 323 3/31/2023
1.1.33.11 354 3/29/2023