Tag:cqrs
All the articles with the tag "cqrs".
CQRS and MediatR in .NET 8: A Deep Dive with Minimal API
Posted on:Sep 28, 2023|20 Mins| Tech
In this blog post, we'll explore CQRS and MediatR in the context of .NET 8, using a Minimal API approach with an Employee record as our primary example. We'll cover the basics, dive into implementation details, and discuss the benefits and potential drawbacks of this architecture.