CQRS and MediatR in ASP.NET Core - Building Scalable Systems
CQRS, or Command Query Responsibility Segregation helps you build super clean and scalable systems with ease. In this article, we will explore this pattern, and use the MediatR package in ASP.NET Core to implement the CQRS Pattern and build a simple yet clean CRUD application in .NET! We will also look into how MediatR notifications work.