Implementing CQRS and Mediatr ASP.NET CORE in Hindi

Поделиться
HTML-код
  • Опубликовано: 21 окт 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

  • @swechchhagreat
    @swechchhagreat 3 месяца назад

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

  • @AayanHussain-nk6jt
    @AayanHussain-nk6jt 8 месяцев назад +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 9 месяцев назад

    Thank You, I understood the concept.

  • @Shubhamgangrade-i7q
    @Shubhamgangrade-i7q 3 месяца назад

    Thanks for the video, Really great explanation.

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

  • @akshayinuk
    @akshayinuk Год назад

    Very nice explanation

  • @kiranlimbachiya567
    @kiranlimbachiya567 20 дней назад

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

    • @TechnologyKeeda
      @TechnologyKeeda  20 дней назад

      @@kiranlimbachiya567 you will see deep learning in membership courses

  • @yahyashareef5465
    @yahyashareef5465 Год назад

    Excellent video

  • @sandeepkumar-ny1ub
    @sandeepkumar-ny1ub 6 месяцев назад

    Thank you very much

  • @vinoddeep613
    @vinoddeep613 5 месяцев назад

    Nice but it also can be used with dapper class

  • @alamshaikh4358
    @alamshaikh4358 Год назад

    Sir please a make video on Monolithic and onion architecture.

  • @mdrifat-iy1lv
    @mdrifat-iy1lv 4 месяца назад

    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?