Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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#