Learn CQRS Design Pattern | CQRS Pattern C# | CQRS Design Pattern Tutorial | CQRS Design Pattern C#

Поделиться
HTML-код
  • Опубликовано: 1 фев 2025

Комментарии • 15

  • @questpondvideos
    @questpondvideos  3 года назад +1

    Software Architecture Interview Questions : ruclips.net/video/AtTgcbLOqMM/видео.html
    Docker & Kubernetes for beginners :- tinyurl.com/yc38zwf2
    25+ OOPS Interview Questions : ruclips.net/video/u99wAoBjDvQ/видео.html
    30 Important C# Interview Questions : ruclips.net/video/BKynEBPqiIM/видео.html
    20+ SQL Server Interview Questions : ruclips.net/video/SEdAF8mSKS4/видео.html
    10+ Power BI Interview Questions : ruclips.net/video/Cozc9WNBRt4/видео.html
    20 MSBI Interview Questions : ruclips.net/video/Nw_sHEKnOUE/видео.html
    SQL Server Joins : ruclips.net/video/KTvYHEntvn8/видео.html
    SQL Step by Step - ruclips.net/video/uGlfP9o7kmY/видео.html
    Angular Step by Step Tutorial for Beginners : ruclips.net/video/-9VcW7MBDs8/видео.html
    25 Angular Interview Questions : ruclips.net/video/-jeoyDJDsSM/видео.html
    25 Important ASP.NET Interview Questions : ruclips.net/video/pXmMdmJUC0g/видео.html
    35 Important JavaScript Interview Questions : ruclips.net/video/Zb4dPi7CANU/видео.html
    20 MySQL Interview Questions : ruclips.net/video/9hfjC-BpY20/видео.html
    5 MSBI Interview Questions : ruclips.net/video/5E815aXAwYQ/видео.html
    20 PHP Interview Questions : ruclips.net/video/1bpNSynUrl8/видео.html

  • @r-567P
    @r-567P 4 года назад +2

    Sir you are doing very good and it is helpful for us (Specially who just start career in programming) Sir can you please make one step by step tutorial for Clean Architecture? which consider EF core and DTO's and IRepository.
    Thank you

  • @antonyrichard369
    @antonyrichard369 2 года назад

    Excellent session .. thank you 👍👍

  • @hemantpanchal8067
    @hemantpanchal8067 2 года назад

    This is Adding so much complexity to this simple class. What if I have complex classes ? This is still feasible ?

  • @niroshanmanoharan4295
    @niroshanmanoharan4295 4 года назад

    It's a wonderful, informative video. Thank you!

  • @sureshtv7541
    @sureshtv7541 3 года назад

    Good Afternoon Sir!

  • @Rajeshsingh-ws5th
    @Rajeshsingh-ws5th 3 года назад

    Great video, So what could be the better way to replace CQRS/MediatR where it been used unwantedly .

  • @wehabsamah6561
    @wehabsamah6561 2 года назад

    Thant you for this video it is perfect and helpful.

    • @wehabsamah6561
      @wehabsamah6561 2 года назад

      In your console program you can do IoC with Ninject or simpleInjector. the assembly load is to be avoided ... because it is slow to load an assembly.

  • @finwwwfinwww4669
    @finwwwfinwww4669 2 года назад

    thanks

  • @asingb
    @asingb 4 года назад

    Hello Sir, I use to think of CQRS in this way : For insert or update(command) we might need to go through different path/layers and there may be auditing/saparate exception handling etc.
    But for read/query we just need a data source or it may be a read-only data source if we are developing hight traffic application, and therefore no need to go through all the layer as we are doing for command
    Is this assumption correct.

  • @mukeshav8009
    @mukeshav8009 4 года назад

    Hello sir, we could make a interface for customer property?

    • @questpondvideos
      @questpondvideos  4 года назад

      Yes we can , as this example was targeted specifically for CQRS so did not do that ceremony , but if you need you can surely do it.

  • @shrikantchavan6856
    @shrikantchavan6856 4 года назад

    Hello sir, I understand the concept. Can you explain one too many relationships in the command query?

    • @questpondvideos
      @questpondvideos  4 года назад

      Inside the CustomerCommand we can have Aggregated Address object i am not too sure if i will create Addresscommand , until if needed.