Corprio.UnitOfWork 2.0.31.15

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

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

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.15 31 1/23/2025
2.0.31 101 12/3/2024
2.0.30.1 86 11/29/2024
2.0.30 91 11/14/2024
2.0.29.55 98 9/23/2024
2.0.29.54 105 9/19/2024
2.0.29.38 95 9/9/2024
2.0.29 99 8/6/2024
2.0.28.1 83 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 101 7/18/2024
2.0.25.3 99 7/18/2024
2.0.25.2 86 7/17/2024
2.0.25.1 91 7/17/2024
2.0.25 110 7/16/2024
2.0.24.33 122 6/24/2024
2.0.24.32 109 6/3/2024
2.0.24.31 103 5/27/2024
2.0.24.28 117 5/18/2024
2.0.24.27 103 5/17/2024
2.0.24.24 115 5/14/2024
2.0.24.7 99 5/9/2024
2.0.24.6 109 5/9/2024
2.0.24.1 80 5/3/2024
2.0.24 93 5/2/2024
2.0.23.1 97 4/26/2024
2.0.23 116 4/26/2024
2.0.22.5 98 4/26/2024
2.0.22.3 115 4/26/2024
2.0.22.2 104 4/22/2024
2.0.22.1 118 4/19/2024
2.0.22 118 4/19/2024
2.0.21 137 4/16/2024
2.0.20.2 142 4/15/2024
2.0.20.1 122 4/14/2024
2.0.20 120 4/14/2024
2.0.19.2 121 4/12/2024
2.0.19 113 4/11/2024
2.0.18 126 4/5/2024
2.0.17 109 3/28/2024
2.0.16.4 96 3/27/2024
2.0.16.3 99 3/27/2024
2.0.16 112 3/27/2024
2.0.15.11 95 3/27/2024
2.0.15.10 132 3/27/2024
2.0.15.4 113 3/25/2024
2.0.15.3 126 3/22/2024
2.0.15 131 3/20/2024
2.0.14.18 123 3/15/2024
2.0.14.17 106 3/11/2024
2.0.14.13 101 3/11/2024
2.0.14.10 113 3/7/2024
2.0.14.8 116 3/6/2024
2.0.14.6 118 3/4/2024
2.0.14.4 144 3/1/2024
2.0.14.3 120 3/1/2024
2.0.14.2 125 3/1/2024
2.0.14 129 3/1/2024
2.0.13.8 125 3/1/2024
2.0.13.7 137 2/27/2024
2.0.13.6 113 2/27/2024
2.0.13 128 2/26/2024
2.0.12.5 118 2/22/2024
2.0.12.4 120 2/22/2024
2.0.12.2 129 2/22/2024
2.0.12 124 2/21/2024
2.0.11.8 122 2/19/2024
2.0.11 123 2/18/2024
2.0.10.2 126 2/16/2024
2.0.10.1 118 2/16/2024
2.0.9 106 2/16/2024
2.0.8 134 2/15/2024
2.0.7 140 1/30/2024
2.0.6.1 113 1/30/2024
2.0.6 113 1/30/2024
2.0.5 108 1/30/2024
2.0.1 136 1/19/2024
1.2.0 127 1/18/2024
1.1.60.1 120 1/19/2024
1.1.60 111 1/17/2024
1.1.59.14 107 1/17/2024
1.1.59.6 128 1/15/2024
1.1.59.3 121 1/12/2024
1.1.59 114 1/12/2024
1.1.58 150 1/4/2024
1.1.57 157 12/20/2023
1.1.56 146 12/18/2023
1.1.55 152 12/15/2023
1.1.54.5 138 12/14/2023
1.1.54.3 157 12/12/2023
1.1.54 136 12/12/2023
1.1.53.16 154 12/5/2023
1.1.53.11 154 11/29/2023
1.1.53.6 150 11/25/2023
1.1.53 143 11/17/2023
1.1.52.22 131 11/17/2023
1.1.52.11 150 11/14/2023
1.1.52.9 140 11/14/2023
1.1.52.5 116 11/14/2023
1.1.52.3 148 11/10/2023
1.1.52 141 11/6/2023
1.1.51 147 11/2/2023
1.1.50.9 125 10/30/2023
1.1.50.8 147 10/27/2023
1.1.50.7 135 10/27/2023
1.1.50.6 129 10/27/2023
1.1.50 145 10/25/2023
1.1.49 156 10/19/2023
1.1.48.3 154 10/19/2023
1.1.48 162 10/18/2023
1.1.47.6 161 10/18/2023
1.1.47.5 148 10/17/2023
1.1.47.2 150 10/17/2023
1.1.47.1 146 10/17/2023
1.1.47 158 10/17/2023
1.1.45.6 164 10/16/2023
1.1.45 165 10/13/2023
1.1.44.11 158 10/12/2023
1.1.44.10 155 10/12/2023
1.1.44 157 10/11/2023
1.1.43.1 153 10/11/2023
1.1.43 155 10/6/2023
1.1.42.12 140 10/6/2023
1.1.42.11 160 9/28/2023
1.1.42.10 150 9/21/2023
1.1.42.2 154 9/19/2023
1.1.42.1 149 9/19/2023
1.1.42 160 9/17/2023
1.1.41.1 145 9/15/2023
1.1.41 164 9/13/2023
1.1.40 163 9/7/2023
1.1.39.1 165 8/25/2023
1.1.39 165 8/18/2023
1.1.38 184 8/11/2023
1.1.37.1 187 7/26/2023
1.1.37 196 7/22/2023
1.1.36.1 179 7/20/2023
1.1.36 178 7/19/2023
1.1.35 178 7/19/2023
1.1.34.6 199 7/7/2023
1.1.34.5 194 7/7/2023
1.1.34.4 211 7/4/2023
1.1.34 217 7/3/2023
1.1.33.45 204 7/3/2023
1.1.33.42 209 6/12/2023
1.1.33.41 186 6/5/2023
1.1.33.26 248 4/11/2023
1.1.33.25 230 4/11/2023
1.1.33.20 230 4/4/2023
1.1.33.19 243 4/3/2023
1.1.33.15 248 3/31/2023
1.1.33.14 252 3/31/2023
1.1.33.11 279 3/29/2023