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 that aren't available?
Available
- Lambdas
- Extension methods (by declaring an empty System.Runtime.CompilerServices.ExtensionAttribute)
- Automatic properties
- Object initializers
- Collection Initializers
- LINQ to Objects (by implementing IEnumerable extension methods, see LinqBridge)
Not Available
- Expression trees
- WPF/Silverlight Libraries