Posts Tagged csharp
Retry Policy in C# for dotnet core
Posted by senseicris in C Sharp, C#, dotnet, Software Development, Software Engineering on January 1, 2019
I just published a new article on Code Project with the full source code. How to create and use a Retry Policy utility class to add some resilience to your dotnet projects. This will help in situations where a temporary network or disk failure might cause a transient error in an app. https://www.codeproject.com/Articles/1273180/Retry-Policy