Implementing CQRS and Mediatr ASP.NET CORE in Hindi

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ม.ค. 2025

ความคิดเห็น • 22

  • @tusharikatejaswi5117
    @tusharikatejaswi5117 4 หลายเดือนก่อน +1

    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.

  • @developersyard2805
    @developersyard2805 ปีที่แล้ว +1

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

  • @pepsicolagreat
    @pepsicolagreat 5 หลายเดือนก่อน

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

  • @AayanHussain-nk6jt
    @AayanHussain-nk6jt 11 หลายเดือนก่อน +1

    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.

  • @sumannandy4880
    @sumannandy4880 ปีที่แล้ว

    Thank You, I understood the concept.

  • @Shubhamgangrade-i7q
    @Shubhamgangrade-i7q 6 หลายเดือนก่อน

    Thanks for the video, Really great explanation.

  • @csemilan
    @csemilan 3 หลายเดือนก่อน

    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

  • @akshayinuk
    @akshayinuk ปีที่แล้ว

    Very nice explanation

  • @yahyashareef5465
    @yahyashareef5465 ปีที่แล้ว

    Excellent video

  • @vinoddeep613
    @vinoddeep613 7 หลายเดือนก่อน

    Nice but it also can be used with dapper class

  • @sandeepkumar-ny1ub
    @sandeepkumar-ny1ub 8 หลายเดือนก่อน

    Thank you very much

  • @kiranlimbachiya567
    @kiranlimbachiya567 3 หลายเดือนก่อน

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

    • @TechnologyKeeda
      @TechnologyKeeda  3 หลายเดือนก่อน

      @@kiranlimbachiya567 you will see deep learning in membership courses

  • @alamshaikh4358
    @alamshaikh4358 ปีที่แล้ว

    Sir please a make video on Monolithic and onion architecture.

  • @mdrifat-iy1lv
    @mdrifat-iy1lv 7 หลายเดือนก่อน

    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

    • @TechnologyKeeda
      @TechnologyKeeda  7 หลายเดือนก่อน

      choose only mediatr

    • @mdrifat-iy1lv
      @mdrifat-iy1lv 7 หลายเดือนก่อน

      @@TechnologyKeeda tnx sir...

  • @jaysuthar3025
    @jaysuthar3025 ปีที่แล้ว

    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???

    • @TechnologyKeeda
      @TechnologyKeeda  ปีที่แล้ว

      during scaffloding

    • @CoconutDigital
      @CoconutDigital ปีที่แล้ว

      @@TechnologyKeeda yes sir
      Used identitydbcontext and application user in applicationdbcontext file

  • @deepakrohilla1051
    @deepakrohilla1051 ปีที่แล้ว

    Sir can you share code/project for this video?