March 27, 2023  

On .NET Live - Optimize Your Data Operations with CQRS and Minimal APIs

Command Query Responsibility Segregation (CQRS) is a powerful architecture that splits data operatio ...View More

Publisher Subscriber Pattern - Build your own .NET Message Broker

In this video we take a look at the Publisher / Subscriber pattern (otherwise know as Pub/Sub) that' ...View More

Learn C# with CSharpFritz - App Service - Your 'Do Everything' Resource

Fritz is starting a new series on Azure feature for .NET developers. This week, we're looking at App ...View More

Generating Fake Data in C# with Bogus

Having data to test with is important. Whether you want to create unit tests that better replicate t ...View More