Design Patterns in C#: Mediator

Design Patterns in C#: Mediator

English | MP4 | AVC 1920×1080 | AAC 44KHz 2ch | 11 Lessons (0h 48m) | 164 MB

Learn everything there is to know about the Mediator Design Pattern

The Mediator Design Pattern is a core design pattern in software engineering, frequently used to manage communication between multiple objects by centralizing interactions. This pattern is essential for developers, as it reduces direct dependencies between components, promoting a more cohesive and decoupled design. The Mediator pattern is particularly useful in systems with complex inter-object communication, like user interfaces or chat applications, where it can simplify code and reduce clutter. In this course, Amichai Mantinband will guide you through everything you need to know to implement the Mediator pattern, enabling you to design clear, maintainable, and efficient applications.

Table of Contents

1 Course Overview
2 Definition
3 Class Diagram
4 Chat Room Example
5 Section Recap
6 Implementing the Mediator Design Pattern
7 Implementing the Chat Room Example
8 Section Recap (2)
9 Benefits
10 Drawbacks
11 Conclusion

Homepage