C# - How to mock the HttpClient for tests when it is a dependency
In this post I will go through how you can mock the HttpClient class in C#. This is often needed as everything we develop these days »
In this post I will go through how you can mock the HttpClient class in C#. This is often needed as everything we develop these days »
I used IoC containers for the first 5 years of my career. The last year I have been using them very little. This is due to »