Wow, sweet. Use .NET 3.5 features in .NET 2.0.
A quick overview how to do it.
1. Edit your .CSPROJ file and manually add another reference to System.Core
Add a
This will make the compiler copy it to the BIN folder.
Thats it. You can now use .NET 3.5 features


