DESIGN PATTERNS SERIES
Decoupling with Chain of Responsibility Pattern in C#
The Chain of Responsibility Pattern allows us to easily separate dependent parts to make code more extensible and testable.

The article cooperates with the sample project. Walkthrough with the downloaded project is not required…