Let's Talk HTTP in .NET Core
Offered By: NDC Conferences via YouTube
Course Description
Overview
Explore the intricacies of HTTP communication in .NET Core and learn how to build resilient and fault-tolerant applications for microservices and distributed systems. Dive into the improvements introduced in .NET Core and ASP.NET Core 2.1, including IHttpClientFactory and the more performant SocketHttpHandler. Identify common HTTP anti-patterns and mistakes, and discover how to refactor existing code using HttpClientFactory features. Master HTTP tips and tricks, focusing on the Polly library for resilience and transient fault handling. Learn to integrate Polly with Microsoft IHttpClientFactory to easily implement retries, timeouts, and circuit-breakers in your HTTP calls. Gain valuable insights for developing robust services that make HTTP requests and rely on downstream services while maintaining resilience in the face of network unreliability and service failures.
Syllabus
Let's Talk HTTP in .NET Core - Steve Gordon
Taught by
NDC Conferences
Related Courses
Health Informatics: Data and Interoperability StandardsGeorgia Institute of Technology via edX Fractal Architecture
NDC Conferences via YouTube Strangling the Monolith - Applied Patterns & Practices from the Trenches
NDC Conferences via YouTube Refactoring Is Not Just Clickbait
NDC Conferences via YouTube Amazing Algorithms for Solving Problems in Software
NDC Conferences via YouTube