CQRS in ABP Framework Without MediatR – No 3rd Party Packages Needed

In this video, we explore how to implement the CQRS (Command Query Responsibility Segregation) pattern in an ABP Framework application without using MediatR or any third-party libraries.

With MediatR going commercial, many developers are wondering whether they need to find an alternative package. But the good news is—you don’t need any extra dependencies.

The ABP Framework provides a built-in Local Event Bus System, which can act as a mediator, allowing you to publish and handle commands.