Events and Delegates D 3:36:00 PM Add Comment We use events and delegates to extend applications and to implement loose coupling. Rather than adding various method calls within an imp... Read More
Mastering C# Delegates D 2:56:00 PM Add Comment Delegates is a way to support addition of multiple features (eg: methods) to a framework without the need to recompile the core class tha... Read More