What are some of the new features that can be used in .NET 2.0 that are specific to C# 3.0/3.5 after upgrading to Visual Studio 2008? Also, what are some of the features tha
Lambdas & Extension methods are handled purely by the compiler and can be used with the .Net 2.0 framework.