Why do we have different log severities (levels) for logs?
Over the years I have worked with many different log frameworks, both open source and in house. One of the things that are often not that »
For some reason I can never remember how to make a POST or PUT request with a content-type other than JSON or XML. For JSON and »
Once in a while I add a new action to my controller and for some reason it does not work, even though I have a whole »
With Microsoft's announcement to only continue development on .Net Core there is little reason not to start looking at .Net Core. The only reasons »
Over the years I have worked with many different log frameworks, both open source and in house. One of the things that are often not that »
In C# it is quite convenient to read all files to an array. You can use the method ReadAllLines() [https://docs.microsoft.com/en-us/dotnet/api/ »
As I have done for the past 4 years, I will again this year create a list of my favourite books on software development. As seen »
Today I found that C# does not have a built in method for trimming strings using another string. The built in method for trimming strings [https: »
If you are moving from NUnit to xUnit, you will likely encounter the absence of the DoesNotThrow method in xUnit. At first I believed this did »
I often use the term "nano service", but I figured that I had never defined this, that I will do in this post. In »
I recently added my ads.txt file to my ghost blog. The ads.txt file should be located at the root of your website, and mine »