Reusing Initialization Code in Startup.cs
...and using ILogger!
Apr 24, 20213 min read510
Search for a command to run...
Articles tagged with #dependency-injection
...and using ILogger!
Are you using HttpClient in your .net projects as well as Azure Functions as general .net projects? That is awesome, however, in this post I am going to talk about the IHttpClientFactory, what benefits you gain from using it, how to use it and why I ...

...and how to use HttpClient correctly!
