CQRS Design pattern training on Saturday and Sunday | CQRS and Mediator Patterns

Sdílet
Vložit
  • čas přidán 25. 05. 2022
  • Get complete details from - www.questpond.com/design-patt...
    In this online live training we will be doing practical demos on C# Design Patterns & Software Architecture Patterns.
    -----------------------------------------------------------------------------------------
    See our other Step by Step video series below :-
    For more such videos subscribe / questpondvideos
    30 Important C# Interview Questions : • C# Interview Questions...
    25 Important ASP.NET Interview Questions : • ASP.NET MVC Interview ...
    25 Angular Interview Questions : • Angular Interview Ques...
    20+ SQL Server Interview Questions : • SQL Server Interview Q...
    10+ Power BI Interview Questions : • Power BI Interview Que...
    20 PHP Interview Questions : • PHP Interview Question...
    5 MSBI Interview Questions : • MSBI Interview Questio...
    Learn Angular tutorial step by step tinyurl.com/ycd9j895
    ASP.NET MVC Core Interview Questions with answers:- • ASP.NET MVC Interview ...
    C# tutorial for beginners(4 hrs):- • C# Tutorial for Beginn...
    Learn SQL Server Step by Step tinyurl.com/ja4zmwu
    Learn Azure Step by Step:- • Azure Tutorial for Beg...
    Azure AZ-900 fundamentals certification :- • AZ 900 Certification |...
    AZ- 204 certification Azure:- • Azure 204 Certificatio...
    Learn MVC 5 step by step in 16 hours:- • Learn ASP.NET MVC 5 ( ...
    Learn Design Pattern Step by Step goo.gl/eJdn0m
    Learn MSBI Step by Step in 32 hours:- goo.gl/TTpFZN
    Python Tutorial for Beginners:- • Python Tutorial for Be...
    Learn Data Science in 1 hour :- tinyurl.com/y5o7qbau
    Learn Power BI Step by Step:- tinyurl.com/y6thhkxw
    -----------------------------------------------------------------------------------------------
    For more details :-
    🌐 Website : www.questpond.com
    📱 Mob. No. : +91-9967590707 / +91 7700975156 / +91-22-49786776
    📧Email : questpond@questpond.com / questpond@gmail.com / questpond@yahoo.com
    Share, Support, Subscribe and Connect us on!!!
    CZcams: / questpondvideos
    Twitter: / questpond
    Instagram : / questpond
    Facebook : / questpond
    #CQRS #CommandandQueryResponsibilitySegregation #designpatterns #softwarearchitecture #csharpdesignpattern #designpatternonlinetraining

Komentáře • 16

  • @questpondvideos
    @questpondvideos  Před 2 lety

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

  • @vrajeshbadgujar
    @vrajeshbadgujar Před měsícem

    thanks

  • @shahfaisal3923
    @shahfaisal3923 Před 2 lety +1

    I click like before every video I watch of yours.

  • @hemantsonar6422
    @hemantsonar6422 Před rokem

    Question : Cant we use DTO's is this case ?

  • @govardhan06
    @govardhan06 Před 2 lety +1

    How to join the program. Please direct us. Thanks

    • @questpondvideos
      @questpondvideos  Před 2 lety +1

      The training is part of 5 years subscription and you can get enrolled from here - www.questpond.com/design-pattern-training/

  • @anasuyachanda2853
    @anasuyachanda2853 Před 9 měsíci

    CUD should be CRUD.. right ?

    • @thesunnyTrips
      @thesunnyTrips Před 8 měsíci

      No since Read is handled by Queryhandler

  • @ranjitkanojia44
    @ranjitkanojia44 Před 2 lety

    Time of the traning?

    • @questpondvideos
      @questpondvideos  Před 2 lety

      Every Saturday and Sunday 9PM to 10PM (IST) Time. For more details visit :- www.questpond.com/design-pattern-training/

  • @amol_
    @amol_ Před 2 lety

    Hey First please clear your concept why we need CQRS pattern. At 5:00 really is it the reason we have CQRS ?

    • @questpondvideos
      @questpondvideos  Před 2 lety

      Yes my Concept is clear. As said main goal of CQRS is seperate the Command classes and Query classes. While doing do you have too many classes which looks duplicate ( you look offbeat from reusability) but have different context.
      Let me know your thought.s

    • @amol_
      @amol_ Před 2 lety

      @@questpondvideos I agree with "main goal of CQRS is seperate the Command classes and Query classes." but question is why??
      The reason you gave for is not correct because think if we only want to separate read data and write data then we can create separate DTOs classes (ideally we do) so why we need completely different flow for query and mutation?
      Almost every application has more read operation than mutation so when application grow we can scale up operation independently.
      Or think like that for read operation document database works good and for write operation RDMS if we have CQRS then we can have different DB for different operation and can inc particular operation computation power. there is other benefit also having CQRS and disadvantage too.

    • @questpondvideos
      @questpondvideos  Před 2 lety

      @@amol_ I did not answer why in this video for sure and will need extensive video for it. Thats part of my training :-). What you mentioned is all right and good.
      Adding more CQRS is evolvement from DTO. And more than performance i would still do CQRS as it makes my classes simple and they do just their task.

  • @abhikarne
    @abhikarne Před 2 lety

    Using Mediate or from scrach

    • @questpondvideos
      @questpondvideos  Před 2 lety

      We will start from scratch and then show importance of mediatr