Production Quality HttpClient

In this post I would like to discuss some of the good and bad ways to use the HttpClient. I am going to start from the basics. What is the problem with the following code? Problem is that the HttpClient is not being properly disposed, as it implements IDisposable interface. So, let’s do it. Right? […]

Continue Reading