Completed
Http Client Factory
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
System Stable - Robust Connected Applications with Polly, the .NET Resilience Framework
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 System Stable: Robust Connected Applications with Polly, the .NET Resilience Framework
- 3 What Will Your Application Do?
- 4 What is a Resilience Framework
- 5 Proactive Strategies
- 6 Policies
- 7 How a Request Works
- 8 Retry Policy
- 9 Timeline of a Retry
- 10 Backing off with Wait and Retry
- 11 Reauthorization
- 12 General Policy Behavior
- 13 Circuit Breaker State Machine
- 14 Distributed Circuit Breaker
- 15 Reactive Strategies
- 16 Combining the Fallback, Retry, and Circuit Breaker
- 17 Http Client Factory
- 18 HttpClientFactory and a Single Policy
- 19 The HttpClientFactory and the Polly Registry
- 20 Testing
- 21 Let's Break It All
- 22 Timeout
- 23 Caching
- 24 Bulkhead Isolation
- 25 Execution and Queueing
- 26 Protecting the whole Application
- 27 More Information