Implementing CQRS in ASP.NET Core Web API with MediatR

Опубликовано: 13 Октябрь 2024
на канале: Tech With Pat
15,317
282

How To Implement CQRS with MediatR in ASP.NET Core Web API

In this video, I'm going to show you how to implement CQRS with MediatR in ASP.NET Core Web API. CQRS is a pattern that aims to simplify the process of building software that can scale by separating the read model from the write model.

Subscribe: https://www.youtube.com/c/TechWithPat...

Source code:
https://github.com/techwithpat/WebApi...

Where you can find me:
Github: https://github.com/techwithpat

#cqrswithmediatr #mediatr #aspnetcore