In this tutorial, we are going to cover different topics related to using HttpClient with ASP.NET Core. We are going to learn, how to use HttpClient in different scenarios, and with each article, we are going to improve our solution. Thus, making HttpClient usage even more optimized and faster. Also, we will learn how to use IHttpClientFactory to solve some problems that HttpClient can cause.

Prerequisites

To follow along with this tutorial, you should:

Our Tutorial Will Consist of the Following Topics

After this Tutorial

You’ll have an excellent knowledge of using HttpClient in ASP.NET Core applications and will understand all the concepts required to write great API-consuming applications.

As you see a lot of ground to cover.

So, let’s get started.