#programming-tips
Read more stories on Hashnode
Articles with this tag
When using GitHub actions it's pretty neat that you can use the hosted GitHub runners. However, this can get costly if you use a lot of runners and...
...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...
...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...
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...
Introduction Several years ago, around 2015, I needed a way to get some basic profile information for users in an app I did. I decided to use Gravatar...
Avoid ugly browser error pages · The default ASP.NET Core MVC template is not providing any good user friendly error pages. If you are developing a web...