Implementing CQRS and Mediatr ASP.NET CORE in Hindi

preview_player
Показать описание

Join this channel to get access to perks:
Рекомендации по теме
Комментарии
Автор

you are a saviour. I was moved into a project that implements this and I have a good reference from this video. Thanks a ton for your service.

tusharikatejaswi
Автор

Well you should use records intead of class as a Command, Query as you know records are immutable and are more faster then class performance, Plus you must distribute it into API (WebAPI), domain(class library), application(class library) and infrastructure(class library) projects so the dependency should be minimal.

AayanHussain-nkjt
Автор

Thank You Very Much You Clear All My Confusion Big Love Big Respect For You

developersyard
Автор

Thank you sir. Most useful video on this topic ever.

swechchhagreat
Автор

Hi, We create a folder as Query and where all the business logic write as, Query Logic and in Command Folder we write Command Logic. and the logic pass threw the argument reference. Not need to define in Controller.

that is a better understanding between the Controller and CQRS Pattern

csemilan
Автор

Thanks for the video, Really great explanation.

Shubhamgangrade-iq
Автор

Please create video for how to communicate (notify) different objects by using this pattern :)

kiranlimbachiya
Автор

Nice but it also can be used with dapper class

vinoddeep
Автор

Sir please a make video on Monolithic and onion architecture.

alamshaikh
Автор

while registering mediatr in program.cs (.net 6)file, it is demanding how you did it without installing depricated the package?Plz reply sir

mdrifat-iylv
Автор

Sir i am facing issue in adding razor view from controller, i am creating project as per your videos, can you please help me to resolve it???

jaysuthar
Автор

Sir can you share code/project for this video?

deepakrohilla