Fault Handling with Polly and .NET 6

In this step by step video we build 2 simple .NET 6 Services and work with the Polly library to ensure we can handle any transient faults that may occur when one service calls the other. The video includes: • Overview of transient faults • A look at the Retry Policy • Step by Step Service build with .NET 6 & C# • Implementing immediate, liner and exponential back off retry policies • Working with the HttpClient and HttpClientFactory • HttpClient & HttpClientFactory Links 📕 My Book: 🤩 Patreon Site (Exclusive Member Benefits!): 📕 Webhooks Course: 🔗 Blog: 🔗 GitHub Repo:
Back to Top