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 …
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 …
Normally when loading navigation properties in EF Core, you’re forced to use the “Include” method to specify which navigational properties …
I’ve recently had to set up a new project using Auth0 as an “Identity As A Service” provider. Essentially, Auth0 …
Some time back, I wrote a post about PostSharp Threading. I was incredibly impressed by the fact that a complicated …
I’ve recently been doing battle trying to get Azure Application Insights playing nice with an Azure Function. Because they are …