Mocks vs Stubs vs Fakes In Unit Testing
When it comes to unit testing, I’m a lover of mocks. I can’t get enough of them. Infact, I wrote …
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 …
It feels like just last month .NET 6 Preview 1 was released…. In fact it was! Such is the cadence …
Normally when loading navigation properties in EF Core, you’re forced to use the “Include” method to specify which navigational properties …