News

The command design pattern in action in C#. Finally, the following code snippet illustrates how you can perform a simple calculation using the SimpleCalculator class. static void Main ...
How to separate complex object construction from its representation using the Builder design pattern in C#. By Eric Vogel; 07/16/2012; The Builder Pattern is a common software design pattern that's ...
Implementing the mediator design pattern in C#. But enough of the concepts—let’s get into some code. The participants in this design are the mediator, the concrete mediator, and one or more ...