Write .NET 3.5 in a .NET 2.0 World

April 2nd, 2009 by Sameer | Filed under Uncategorized.

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 True

This will make the compiler copy it to the BIN folder.

Thats it. You can now use .NET 3.5 features

Other Interesting Posts

Leave a Reply