Implementation of retry logic for SqlConnection and SqlCommand for handling transient errors.
Info
Version: | 1.0.0 |
Author(s): | Gleb Teterin |
Last Update: | Wednesday, December 2, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/G-Rad/reliable-sql |
NuGet Url: | https://www.nuget.org/packages/GlebTeterin.ReliableSql |
Install
Install-Package GlebTeterin.ReliableSql
dotnet add package GlebTeterin.ReliableSql
paket add GlebTeterin.ReliableSql
GlebTeterin.ReliableSql Download (Unzip the "nupkg" after downloading)
Dependencies
- EnterpriseLibrary.TransientFaultHandling.Data(>= 6.0.1304.1)
Tags