Automated Code Cleanup In Visual Studio
The past few days I’ve been setting up a SonarQube server to do some static analysis of code. For the …
The past few days I’ve been setting up a SonarQube server to do some static analysis of code. For the …
When it comes to developers talking about Entity Framework (and I’m including EF Core in this), I find there is …
When it comes to unit testing, I’m a lover of mocks. I can’t get enough of them. Infact, I wrote …
Ever since I started using constructor dependency injection in my .NET/.NET Core projects, there has been essentially a three step …
This is a short post, but one I felt compelled to write after I saw some absolutely bonkers ways of …
Over the past year or so, I’ve been taking a look at the PostSharp framework. It started with looking at …
I recently ran into a problem where my .NET API was returning an error 415. The full error gives you …
It was only a couple of years ago, that I learned about Debugger.Launch(), and since then, I’ve used it on …
This post is part of a series on .NET 6 and C# 10 features. Use the following links to navigate …
In the coming months I’ll be covering the new features of .NET 6, including things like MAUI (Cross platform GUI …