HTTP best practices using ASP.NET Core- Part 2

In part 1 of this series, we compared HTTP Client vs HTTP Client Factory. Also, discussed the advantages that can be gained by using HTTP Client Factory or overcoming the shortfalls of socket exhaustion with HTTP Client.  We had already overcome socket exhaustion but there are challenges around resiliency and they must be addressed. Resiliency: …

Continue reading HTTP best practices using ASP.NET Core- Part 2