Evolution Of .NET Delegates
Friday, January 30, 2009 21:36:01
.NET delegates (also known in other languages as function pointers) have evolved significantly since the initial release several years ago. Mike Taulty recently posted a blog entry that does a very nice job explaining how things have changed over the years, providing excellent examples starting with old-fashioned delegates, moving on to anonymous methods, and finally lambda expressions.
This is a great place to start if you're trying to get up to speed on lambda expressions.
http://mtaulty.com/CommunityServer/blogs/mike_taultys_blog/archive/2009/01/28/anonymous-methods-lambdas-confusion.aspx
Tags: programming tech
Comments:









