Hamburger Icon
  • Course
    • Libraries: If you want this course, consider one of these libraries.
    • Core Tech

Fault Tolerant Web Service Requests with Polly

Polly is a resilience framework for .Net. With Polly, your applications will easily handle transient failures and longer outages in remote web services. This course will teach you how to use all the major features of Polly.

Bryan Hogan - Pluralsight course - Fault Tolerant Web Service Requests with Polly
by Bryan Hogan

What you'll learn

Failures happen when calling remote services and handling these failures has never been easy. That was the case until the Polly project came along. Polly is a resilience framework for .Net. In this course, Fault Tolerant Web Service Requests with Polly, you will learn how to make your applications resilient to a wide range of failures and outages in remote services. First, you will learn to use the simple and very powerful retry policies. Next, you will see how to use some of the other policies offered by Polly like caching and fallback. You will also learn how to reuse policies across multiple applications and how to unit test everything. Finally, you will explore how to use the more advanced features of Polly - the circuit breaker and bulkhead isolation. By the end of the course, you will be able to use all the features of Polly to build robust applications that can tolerate short and long term outages in remote services.

Table of contents

About the author

Bryan Hogan - Pluralsight course - Fault Tolerant Web Service Requests with Polly
Bryan Hogan

Bryan Hogan has been working in the tech industry for the past 17 years, 12 of which are the C# .NET world. He hosts a podcast, interviewing people from around the world and writes a blog.

More Courses by Bryan