#mediátor Implementing CQRS and MediatR in ASP.NET Core



#mediátor Implementing CQRS and MediatR in ASP.NET Core

#mediátor Implementing CQRS and MediatR in ASP.NET Core

Mediator pattern is used to reduce communication complexity between multiple objects or classes. This pattern provides a mediator class which normally handles all the communications between different classes and supports easy maintenance of the code by loose coupling

#cqrs #microservice #microservices #mediátor #csharp

Key Elements:
– What is Mediator Pattern
– Implementing Mediator Pattern
– Creating commands and queries using IRequest and IRequestHandler
– Validation Pipeline
– Logger Pipeline

0:00 – Intro
00:17 – What is Mediator
04:00 – Implemantation of Mediator Pattern
10:05 – Validation Pipeline
12:35 – Logger Pipeline

Source Code Link:
https://github.com/ProrammingDuniya/CQRSWithMediatR.git

If you like my video, please like, share and suscribe my channel.