The Right Way To Use HttpClient In .NET
If you're building a .NET application, chances are high that you'll need to call an external API over HTTP.
The easy way to make HTTP requests in .NET is to use the HttpClient to send those requests. And it's a great abstraction to work with, especia...
milanjovanovic.hashnode.dev5 min read