
I Built My Own MediatR – Here’s How You Can Too
So, MediatR’s changing things up, right? If you’re looking for a free way to handle messaging in your .NET apps, I’ve got something cool for you. In my latest video, I walk you through building your own alternative to MediatR. We’ll dive into the Mediator pattern, CQRS (Command Query Responsibility Segregation) and how to implement CQRS using the Mediator pattern. You’ll see how to set up the basics for sending commands and queries, and how to get the right code to handle them. ...