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.
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
while registering mediatr in program.cs (.net 6)file,it is demanding Microsoft.Extensions.DependencyInjection;but how you did it without installing depricated the package?Plz reply sir
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.
Thank You Very Much You Clear All My Confusion Big Love Big Respect For You
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.
Thank you sir. Most useful video on this topic ever.
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
Thank You, I understood the concept.
Thanks for the video, Really great explanation.
Please create video for how to communicate (notify) different objects by using this pattern :)
@@kiranlimbachiya567 you will see deep learning in membership courses
Excellent video
Very nice explanation
Nice but it also can be used with dapper class
Sir please a make video on Monolithic and onion architecture.
Thank you very much
while registering mediatr in program.cs (.net 6)file,it is demanding Microsoft.Extensions.DependencyInjection;but how you did it without installing depricated the package?Plz reply sir
choose only mediatr
@@TechnologyKeeda tnx sir...
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???
during scaffloding
@@TechnologyKeeda yes sir
Used identitydbcontext and application user in applicationdbcontext file
Sir can you share code/project for this video?
only channel member can get the code