- Make HTTP requests using IHttpClientFactory in ASP.NET Core
- ASP.NET Core 2.1-preview1: Introducing HTTPClient factory
- Use IHttpClientFactory to implement resilient HTTP requests
- Implement HTTP call retries with exponential backoff with IHttpClientFactory and Polly policies
- Implement the Circuit Breaker pattern
- SENDING AND RECEIVING JSON USING HTTPCLIENT WITH SYSTEM.NET.HTTP.JSON
- .NET 5: Exploring System.Net.Http.Json namespace
- Introducing Strongly Typed HTTP Request Headers for ASP.NET Core
- Tidy up your HttpClient usage
- You're (probably still) using HttpClient wrong and it is destabilizing your software
- Using HTTPClient Best Practices and Anti-Patterns
- HTTPCLIENTFACTORY IN ASP.NET CORE 2.1 (PART 1)
- HTTPCLIENTFACTORY IN ASP.NET CORE 2.1 (PART 2)
- HTTPCLIENTFACTORY IN ASP.NET CORE 2.1 (PART 3)
- HTTPCLIENTFACTORY IN ASP.NET CORE 2.1 (PART 4)
- HTTPCLIENTFACTORY IN ASP.NET CORE 2.1 (PART 5): LOGGING
- Analysis of message pipeline used by. Net core httpclient (2)
- Alternative way to configure HttpClients
- 3 ways to use HTTPClientFactory in ASP.NET Core 2.1
- YOU'RE USING HTTPCLIENT WRONG AND IT IS DESTABILIZING YOUR SOFTWARE
- Exploring the code behind IHttpClientFactory in depth
- Improper Instantiation antipattern
- . NET Core HttpClientFactory Consul for service discovery
- HTTPCLIENT CREATION AND DISPOSAL INTERNALS: SHOULD I DISPOSE OF HTTPCLIENT?
- DEMYSTIFYING HTTPCLIENT INTERNALS
- DEMYSTIFYING HTTPCLIENT INTERNALS: HTTPRESPONSEMESSAGE
- USING HTTPCOMPLETIONOPTION TO IMPROVE HTTPCLIENT PERFORMANCE IN .NET
- DI scopes in IHttpClientFactory message handlers don't work like you think they do
- HTTPCLIENT CONNECTION POOLING IN .NET CORE
- Building a typed Httpclient with Refit in ASP.NET Core 3
- Using Refit in ASP.NET Core to remove boilerplate code when consuming REST endpoints
- Refit Basics
- Best practices with HttpClient and Retry Policies with Polly in .NET Core 2, Part 1
- Best practices with HttpClient and Retry Policies with Polly in .NET Core 2, Part 2
- WORKING WITH POLLY – USING THE CONTEXT TO OBTAIN THE RETRY COUNT FOR DIAGNOSTICS
- Correlation ID with ASP.NET Web API
- Cross-Cutting Concerns with MediatR Pipeline Behaviors
- MediatR: how to use Decorators to add retry policies
- JustEat's HttpClient Interception library - Adam Storr
- ASP.NET Community Standup - Jan 23, 2018 - HttpClientFactory with Ryan Nowak
- Creating an API SDK with Refit | ASP.NET Core 5 REST API Tutorial 23
- The Circuit Breaker Pattern | Resilient Microservices
- Make your microservice resilient with Polly's Circuit Breaker | .NET Core