- Course
Building Resilient ASP.NET Core 10 Web APIs
Downstream outages happen. Don't let them take your API down with them. This course will teach you how to build resilient ASP.NET Core 10 Web APIs using safe timeouts, retries, circuit breakers, rate limiting, health checks, and graceful degradation.
- Course
Building Resilient ASP.NET Core 10 Web APIs
Downstream outages happen. Don't let them take your API down with them. This course will teach you how to build resilient ASP.NET Core 10 Web APIs using safe timeouts, retries, circuit breakers, rate limiting, health checks, and graceful degradation.
Get started today
Access this course and other top-rated tech content with one of our business plans.
Try this course for free
Access this course and other top-rated tech content with one of our individual plans.
This course is included in the libraries shown below:
- Core Tech
What you'll learn
Web APIs rarely fail on their own; a slow database or a broken third-party service can start a chain reaction. If your code just waits or retries without a plan, you end up crashing your own server. In this course, Building Resilient ASP.NET Core 10 Web APIs, you'll gain the ability to keep your services running even when their dependencies go offline. First, you'll explore common ways code breaks in production and the telemetry you need to monitor them. Next, you'll discover how to use timeouts and circuit breakers to stop a single laggy service from causing a total outage. Finally, you'll learn how to set up health checks and stress tests to verify your API is stable. When you're finished with this course, you'll have the skills and knowledge of ASP.NET Core 10 resilience needed to ship APIs that handle failures without falling over.