Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 469 Bytes

File metadata and controls

5 lines (3 loc) · 469 Bytes

Mediator Pattern

Original video tutorial cand find: https://www.youtube.com/watch?v=yozD5Tnd8nw

MediatR is a tool that makes implementing the mediator pattern much easier. It also allows us to conform more easily to the CQRS pattern. Now, if I have already lost you, never fear. I am going to briefly touch on what each of those patterns is, why they are important, and when we would use them. Then we will see an example of how to use MediatR in our projects in C#