Top

How to use the mediator design pattern in C#

July 5, 2017

Via: InfoWorld

Design patterns are used to solve common design problems and reduce the complexities in our code. The mediator pattern is a behavioral design pattern that promotes loose coupling between objects and helps to organize the code for inter-object communications.

This article presents a discussion of the mediator design pattern and how it can be implemented using C#.

Read More on InfoWorld