What are the C# 3.0 language features we can use in an application that targets .Net 2.0 framework ?
PS:I know few like Lambda expressions and <
I have an article on this very topic.
In brief:
Supported:
Partially supported:
Not supported:
In fact, I have heard that conversion into expression trees is available with the aid of Mono's implementation of System.Core
. I haven't tried it yet though... I keep meaning to do so (and then update the page).