C# – Use IHttpClientFactory in a console app
In this post, we will see how to use IHttpClientFactory in a console application, in order to call a WebAPI service that gives us a list of Users like this: The url of this WebAPI is http://localhost:3000/users and I have created this service using Json Server First of all, we create a Console application project… Read More »