Feeling queasy about lambdas?
If the new C# 3.0 "=> operator makes you feel uneasy, check out Dustin Campbell's post where he gently introduces you to lambdas by taking a simple C# 2.0 algorithm using anonymous methods and converts it to lambdas in C# 3.0.