Implementing CQRS and Mediatr ASP.NET CORE in Hindi

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 22

  • @tusharikatejaswi5117
    @tusharikatejaswi5117 2 місяці тому

    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

  • @AayanHussain-nk6jt
    @AayanHussain-nk6jt 9 місяців тому +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.

  • @swechchhagreat
    @swechchhagreat 3 місяці тому

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

  • @csemilan
    @csemilan Місяць тому

    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

  • @sumannandy4880
    @sumannandy4880 10 місяців тому

    Thank You, I understood the concept.

  • @Shubhamgangrade-i7q
    @Shubhamgangrade-i7q 4 місяці тому

    Thanks for the video, Really great explanation.

  • @kiranlimbachiya567
    @kiranlimbachiya567 Місяць тому

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

    • @TechnologyKeeda
      @TechnologyKeeda  Місяць тому

      @@kiranlimbachiya567 you will see deep learning in membership courses

  • @yahyashareef5465
    @yahyashareef5465 Рік тому

    Excellent video

  • @akshayinuk
    @akshayinuk Рік тому

    Very nice explanation

  • @vinoddeep613
    @vinoddeep613 6 місяців тому

    Nice but it also can be used with dapper class

  • @alamshaikh4358
    @alamshaikh4358 Рік тому

    Sir please a make video on Monolithic and onion architecture.

  • @sandeepkumar-ny1ub
    @sandeepkumar-ny1ub 6 місяців тому

    Thank you very much

  • @mdrifat-iy1lv
    @mdrifat-iy1lv 5 місяців тому

    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

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