Doing Delegates Differently
This is an article about using delegates in a way in which you may not have thought of using them before. As I started to write this it became obvious that this would be a long article, so I am splitting in two. This first part is an overview of delegates and how to group functionality and cross cutting concerns with them. Part two will delve into using delegates to create a validator which can validate any type of object dynamically. Part 1 - Cross cutting concerns http://www.codeproject.com/Articles/1045523/Doing-Delegates-Differently-Part Part 2 - Dynamic Validator http://www.codeproject.com/Articles/1051860/Doing-Delegates-Differently-Part