Mediator Design Pattern (An Introduction for .NET Developers [.NET 6 and C# 10])

Поделиться
HTML-код
  • Опубликовано: 8 янв 2022
  • The mediator pattern is a Behavioral design pattern.
    The main intent of the pattern is to have an object that encapsulates interaction between a set of objects. It promotes loose coupling by keeping objects from referring to each other explicitly, hence letting you vary their interactions independently.
    The previous two videos in this Design Pattern series are:
    1. Factory method design pattern: • Factory Method Design ...
    2. Abstract factory design pattern: • Abstract Factory Desig...
    3. Builder design pattern: • Builder Design Pattern...
    4. Prototype design pattern: • Prototype Design Patte...
    5. Adapter design pattern: • Adapter Design Pattern...
    6. Bridge design pattern: • Bridge Design Pattern ...
    7. Decorator design pattern: • Decorator Design Patte...
    8. Façade design pattern: • Façade Design Pattern ...
    9. Flyweight design pattern: • Flyweight Design Patte...
    10. Proxy design pattern: • Proxy Design Pattern (...
    11. State design pattern: • State Machine and Stat...
    12. Command design pattern: • Command Design Pattern...
    13. Iterator design pattern: • Iterator Design Patter...
    14. Observer design pattern: • Observer Design Patter...
    15. Chain Of Responsibility design pattern: • Chain Of Responsibilit...
    My GitHub URL: github.com/choudhurynirjhar
    My Blogsite URL: dotnetcorecentral.com/
  • НаукаНаука

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

  • @mahendranchinnaiah7593
    @mahendranchinnaiah7593 2 года назад +1

    Thanks much

  • @odoolabs1366
    @odoolabs1366 Год назад +1

    Make a video on Event Sourcing and CQRS

  • @GeorgeZarogkikas
    @GeorgeZarogkikas 2 года назад +1

    what about mediator library ?

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

      @George Zarogkikas, if you are interested you can use the mediator library (Nuget Package). I personally feel it's an overkill for simple scenarios.

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

      @@DotNetCoreCentral I have used it, and I saw implementation of CQRS and mediator request/response methods it's very simple , but of course your video that explains the pattern it's very great

  • @maheshpattar2465
    @maheshpattar2465 9 месяцев назад

    Where is the mediotor pattern is used ? Its just simple app. I don't its useful.

    • @benjsoft
      @benjsoft 24 дня назад

      I don't see it either :D useless video for understanding mediator pattern here

  • @manmohanmundhraa3087
    @manmohanmundhraa3087 Год назад +1

    you started coding, without explaining clearly using diagram ... while coding also you are not explaining concept gradually ....

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

      but in the end understood right ❤