IHttpClientFactory in .NET: Named Clients, Typed Clients, and DI Patterns
How to use IHttpClientFactory in .NET 10 the right way -- comparing basic factory, named clients, and typed clients with real C# examples, and explaining why typed clients can break in singletons.

