Friday, November 5, 2010

Understanding .NET Delegates

Recently, Jesper and I have been trying to understand the concept of Delegates in C# (or .NET in general). Both of us are learing the Microsoft stack and feel this concept is vital. We've found a few useful resources that have helped explain this concept.

For some high level overview action, check out these MSDN articles:
http://msdn.microsoft.com/en-us/library/17sde2xt.aspx
http://msdn.microsoft.com/en-us/library/9aackb16.aspx

But, then I ran across this article which REALLY helped with my understanding. Big thanks to the author for such a great resource:

http://www.codeproject.com/KB/cs/NETDelegatesAndEvents.aspx

No comments:

Post a Comment