#coding
Read more stories on Hashnode
Articles with this tag
...and some SonarCloud code analysis! · We all want to find these little bugs before they cause too much trouble! Here's what we will cover How to do a...
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...
...and using ILogger! · Today we are going to have some more DI fun and extend the ServiceCollection used in .NET to inject services. Some back ground...
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...
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...
...and how to use HttpClient correctly! · A common scenario when using Azure Functions is to be able to do HTTP request. The HttpClient is the preferred...