Provides an implementation of LocalTransactionScope and DbConnectionScope classes that guarantee a local transaction (doesn't escalate to a distributed transaction) through reusing the same connection in an async code scope.
Info
Version: | 1.0.0 |
Author(s): | rsivanov |
Last Update: | Thursday, September 3, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/rsivanov/Rsi.LocalTransactions |
NuGet Url: | https://www.nuget.org/packages/Rsi.LocalTransactions |
Install
Install-Package Rsi.LocalTransactions
dotnet add package Rsi.LocalTransactions
paket add Rsi.LocalTransactions
Rsi.LocalTransactions Download (Unzip the "nupkg" after downloading)
Dependencies
Tags