Corprio.UnitOfWork 2.0.31.54

dotnet add package Corprio.UnitOfWork --version 2.0.31.54
                    
NuGet\Install-Package Corprio.UnitOfWork -Version 2.0.31.54
                    
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.54" />
                    
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.54" />
                    
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.54
                    
#r "nuget: Corprio.UnitOfWork, 2.0.31.54"
                    
#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.
#addin nuget:?package=Corprio.UnitOfWork&version=2.0.31.54
                    
Install Corprio.UnitOfWork as a Cake Addin
#tool nuget:?package=Corprio.UnitOfWork&version=2.0.31.54
                    
Install Corprio.UnitOfWork 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. 
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.54 129 3/31/2025
2.0.31.51 136 3/19/2025
2.0.31.15 95 1/23/2025
2.0.31 107 12/3/2024
2.0.30.1 91 11/29/2024
2.0.30 95 11/14/2024
2.0.29.55 102 9/23/2024
2.0.29.54 108 9/19/2024
2.0.29.38 98 9/9/2024
2.0.29 102 8/6/2024
2.0.28.1 86 8/5/2024
2.0.28 117 8/1/2024
2.0.27 92 7/31/2024
2.0.26.1 84 7/26/2024
2.0.26 88 7/26/2024
2.0.25.4 105 7/18/2024
2.0.25.3 103 7/18/2024
2.0.25.2 93 7/17/2024
2.0.25.1 97 7/17/2024
2.0.25 115 7/16/2024
2.0.24.33 125 6/24/2024
2.0.24.32 111 6/3/2024
2.0.24.31 106 5/27/2024
2.0.24.28 119 5/18/2024
2.0.24.27 106 5/17/2024
2.0.24.24 117 5/14/2024
2.0.24.7 108 5/9/2024
2.0.24.6 115 5/9/2024
2.0.24.1 84 5/3/2024
2.0.24 96 5/2/2024
2.0.23.1 103 4/26/2024
2.0.23 121 4/26/2024
2.0.22.5 100 4/26/2024
2.0.22.3 120 4/26/2024
2.0.22.2 111 4/22/2024
2.0.22.1 124 4/19/2024
2.0.22 126 4/19/2024
2.0.21 142 4/16/2024
2.0.20.2 146 4/15/2024
2.0.20.1 126 4/14/2024
2.0.20 125 4/14/2024
2.0.19.2 125 4/12/2024
2.0.19 118 4/11/2024
2.0.18 131 4/5/2024
2.0.17 114 3/28/2024
2.0.16.4 101 3/27/2024
2.0.16.3 103 3/27/2024
2.0.16 118 3/27/2024
2.0.15.11 98 3/27/2024
2.0.15.10 135 3/27/2024
2.0.15.4 117 3/25/2024
2.0.15.3 128 3/22/2024
2.0.15 136 3/20/2024
2.0.14.18 129 3/15/2024
2.0.14.17 111 3/11/2024
2.0.14.13 104 3/11/2024
2.0.14.10 118 3/7/2024
2.0.14.8 122 3/6/2024
2.0.14.6 120 3/4/2024
2.0.14.4 148 3/1/2024
2.0.14.3 125 3/1/2024
2.0.14.2 132 3/1/2024
2.0.14 132 3/1/2024
2.0.13.8 130 3/1/2024
2.0.13.7 141 2/27/2024
2.0.13.6 117 2/27/2024
2.0.13 132 2/26/2024
2.0.12.5 126 2/22/2024
2.0.12.4 130 2/22/2024
2.0.12.2 137 2/22/2024
2.0.12 133 2/21/2024
2.0.11.8 131 2/19/2024
2.0.11 131 2/18/2024
2.0.10.2 130 2/16/2024
2.0.10.1 123 2/16/2024
2.0.9 109 2/16/2024
2.0.8 137 2/15/2024
2.0.7 144 1/30/2024
2.0.6.1 117 1/30/2024
2.0.6 117 1/30/2024
2.0.5 112 1/30/2024
2.0.1 141 1/19/2024
1.2.0 131 1/18/2024
1.1.60.1 124 1/19/2024
1.1.60 116 1/17/2024
1.1.59.14 111 1/17/2024
1.1.59.6 130 1/15/2024
1.1.59.3 128 1/12/2024
1.1.59 118 1/12/2024
1.1.58 155 1/4/2024
1.1.57 163 12/20/2023
1.1.56 149 12/18/2023
1.1.55 156 12/15/2023
1.1.54.5 141 12/14/2023
1.1.54.3 162 12/12/2023
1.1.54 139 12/12/2023
1.1.53.16 159 12/5/2023
1.1.53.11 158 11/29/2023
1.1.53.6 154 11/25/2023
1.1.53 147 11/17/2023
1.1.52.22 136 11/17/2023
1.1.52.11 157 11/14/2023
1.1.52.9 144 11/14/2023
1.1.52.5 119 11/14/2023
1.1.52.3 153 11/10/2023
1.1.52 146 11/6/2023
1.1.51 151 11/2/2023
1.1.50.9 129 10/30/2023
1.1.50.8 150 10/27/2023
1.1.50.7 139 10/27/2023
1.1.50.6 134 10/27/2023
1.1.50 148 10/25/2023
1.1.49 158 10/19/2023
1.1.48.3 158 10/19/2023
1.1.48 166 10/18/2023
1.1.47.6 165 10/18/2023
1.1.47.5 152 10/17/2023
1.1.47.2 154 10/17/2023
1.1.47.1 151 10/17/2023
1.1.47 162 10/17/2023
1.1.45.6 170 10/16/2023
1.1.45 171 10/13/2023
1.1.44.11 163 10/12/2023
1.1.44.10 161 10/12/2023
1.1.44 163 10/11/2023
1.1.43.1 157 10/11/2023
1.1.43 159 10/6/2023
1.1.42.12 146 10/6/2023
1.1.42.11 162 9/28/2023
1.1.42.10 154 9/21/2023
1.1.42.2 159 9/19/2023
1.1.42.1 154 9/19/2023
1.1.42 164 9/17/2023
1.1.41.1 150 9/15/2023
1.1.41 168 9/13/2023
1.1.40 170 9/7/2023
1.1.39.1 171 8/25/2023
1.1.39 168 8/18/2023
1.1.38 189 8/11/2023
1.1.37.1 189 7/26/2023
1.1.37 201 7/22/2023
1.1.36.1 189 7/20/2023
1.1.36 180 7/19/2023
1.1.35 184 7/19/2023
1.1.34.6 203 7/7/2023
1.1.34.5 198 7/7/2023
1.1.34.4 216 7/4/2023
1.1.34 221 7/3/2023
1.1.33.45 208 7/3/2023
1.1.33.42 216 6/12/2023
1.1.33.41 194 6/5/2023
1.1.33.26 257 4/11/2023
1.1.33.25 238 4/11/2023
1.1.33.20 239 4/4/2023
1.1.33.19 253 4/3/2023
1.1.33.15 257 3/31/2023
1.1.33.14 262 3/31/2023
1.1.33.11 289 3/29/2023