RSS Feed

Archive for November, 2007

Evolution of Code

November 16, 2007 No Comments »

Wriju Ghosh has written an interesting entry which shows the progression of .NET. The article takes a generic list and shows the old and new ways of being able to extract and display the even numbers of a generic list. Starting with a more commonly used foreach statement, Ghosh goes on to show how to achieve the same result using delegates, anonymous methods, Lambda Expressions, and finally LINQ.