Building a .NET 7 Minimal API with Delegated Redis Caching

The demand for efficient and responsive APIs has never been greater, the ability to fetch and deliver data quickly is crucial.

Deferred Execution with Entity Framework and LINQ

Deferred execution is an often misunderstood concept, let's look into why and when you should embrace it.

.Net Unit Testing with Moq, Autofixture and Fluent Assertions - Part 2

.Net Unit Testing can be a minefield. In Part 2 we see how it can be made a lot easier with great tools

.Net Unit Testing with Moq, Autofixture and Fluent Assertions - Part 1

.Net Unit Testing can be a minefield. In Part 1 we explore some of the concepts and theories behind it