Building resilient web and Azure applications with new Microsoft extension libraries
Posted: (EET/GMT+2)
I was today reading Microsoft's .NET blog post about building resilient applications for the cloud era. The new NuGet packages Microsoft.Extensions.Http.Resilience and Microsoft.Extensions.Resilience are based on Polly, and allow C# developers to improve their applications to handle transient failures better.
For example, you can specify automatic request retries, throttle incoming requests, and specify fallback actions.
Recommended reading!