Lambda expression is a feature of VS2008
and not "a feature of .Net Fx 3.0+"
the following code can be successfully compiled when targeting .net Fx 2.0 (and .net CF 2.0 platform as well):









Because of the csc in VS2008 is for csharp 3 :-)
enjoy!
Freesc