Coding Short: Resilient .NET Apps with Polly

Опубликовано: 26 Октябрь 2024
на канале: Shawn Wildermuth
3,114
199

Making your application resilient from networking or other failures is one of the more difficult things in software development. To make this easier, I've found a library called Polly. Let me show you how it works:

You can hire me too! You can reach me at my new website:
https://shawn.wildermuth.com

00:00 Introduction
00:21 The Problem
01:26 Introducing Polly
01:49 Using RetryPolicy
04:26 Handling Results
06:05 WaitAndRetry
07:51 Using CircuitBreaker
10:43 Wrapping Policies
12:47 Wrapping Up

Example Code:
https://github.com/shawnwildermuth/co...

If you like this video, you might like other videos in my Instructional Videos:
   • Instructional Videos