Hi, delegates are new to me, just wondering if anyone has any opinions in regards to delegating to functions in a static class or an object instance for common class functions (meaning when there is a choice to choose between class or object). from surface it looks like it's better with object instance since I can support functions such as target. I am also guessing pointing to a static class would be faster since I don't have to instantiate an object.
http://devpinoy.org/blogs/cruizer