Unit testing Azure Functions
...and some SonarCloud code analysis!

Search for a command to run...
Articles tagged with #coding
...and some SonarCloud code analysis!

We have started to use SonarQube, an awesome tool for static code analysis, and due to several reason we have to use the on-prem version and not the cloud version. Now that we use SonarQube we want maximum visibility of the metrics that SonarQube pr...

...and using ILogger!
Getting a user's Gravatar data using Azure Functions Years back I created a Gravatar library for C# to use in some projects where I needed some basic user profile information. You can read more about that in an article I wrote about that subject. The...

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!
