Archive for category C#

Retry Policy in C# for dotnet core

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

 

, , ,

Leave a comment