Tag: Mediator

The next design pattern in the Behavioral Category that I want to talk about is the Mediator Design Pattern. Let’s take a look at the definition of this pattern and how to implement it in C# and .Net. ...