Patterns Articles

C# Chain of Responsibility Pattern

Introduction This article shows a how to make a custom Wizard control using Chain of Responsibility Pattern which passes and returns data between each step. This sample creates a wizard control through windows form. Every step is responsible for its own validation and responsibility is break on each step rather then a single form .Previously [...]

Read more