Month: March 2024

Conclusion – Mediator and CQRS Design Patterns

With MediatR, we packed the power of a CQS-inspired pipeline with the Mediator pattern into a Clean Architecture application. We broke the coupling between the request delegates and…