Lambda Expressions to Replace Inline Delegates
I've taken a change from using 'inline-delegates' which were introduced in .NET 2.0 (in C# 2) to using Lambda expressions for those quick "one-liner" functions. The great thing is that you can do this in C# 3.0 or VB9! If you didn't already know, C# 3.0 and VB 9 are in the new release of the .NET 3.5 framework.
If you don't quite know what I'm talking about, or if you'd just like to see some examples, check out the post I just put on Eels: Lambda Expressions to Replace Inline Delegates