You Shouldn't use CQRS if. Uncover the difference between CQRS and CQS

Поделиться
HTML-код
  • Опубликовано: 4 ноя 2024
  • НаукаНаука

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

  • @ppgg714
    @ppgg714 8 месяцев назад

    Foad, your channel is an extremely valuable resource for the aspiring senior developer. I'm really looking forward to your .NET series

  • @davood7497
    @davood7497 8 месяцев назад

    You've raised good points that developers should consider.💥💥💥

  • @hesamkalhor3263
    @hesamkalhor3263 8 месяцев назад

    Your advice to think twice before diving into complexity is on point. 😊 Thanks.

    • @Foad_Alavi
      @Foad_Alavi  8 месяцев назад

      Glad it was helpful!

  • @egitim10
    @egitim10 8 месяцев назад

    Certainly true, the stone thrown into the well by a few 'sadomasochistic' developers is trying to be lifted by millions. The same applies to 'MediatR' and the 'Generic Repository.' Great explanations

  • @samanhosseini5352
    @samanhosseini5352 8 месяцев назад

    Thank you for your inspiring video , I think when you choose to use CQRS, you should forget strong consistency and go for eventual consistency

  • @silverstoneKOTOD
    @silverstoneKOTOD 7 месяцев назад

    i should not use IAction with mediator commands, right?

    • @Foad_Alavi
      @Foad_Alavi  7 месяцев назад

      IAction is a return type for your Action Method in a controller.
      I guess I didn't get your question. Can you please elaborate more?