ThinkingCog

Articles written by Parakh Singhal

Events and Delegates – Part 3 of 3

In part 2 of this series, I introduced delegates as the implementation of the callback mechanism in .net. We saw how a delegate act as a pipeline connecting code that generates information to the code that uses that information. In this post, I will introduce events and how they fit neatly into the... [More]