Are You Using HttpClient in The Right Way?
When an ASP NET application needs to talk to an external service or API, it needs to make an HTTP Request.
When using ASP.NET to build an application, HTTP requests is made using an instance of the HttpClient class. An HttpClient class acts as a sess...
rahulpnath.hashnode.dev6 min read