Lamba Expressions to the Rescue!

Maybe I’m biased because he’s on the same team as me (ahem, sorry for the plug J), but I really liked Stuart Leeks’ post on improving the “Include” method on ObjectQuery<T>.

It’s another example, like the MVC Framework he mentions, of how lamba expressions can be used in the real world to add type safety and easier programming constructs.

Make sure you check out his post here.