Search Results

2
votes

C# .NET 3.0/3.5 features in 2.0 using Visual Studio 2008

You can use Mono's version of the System.Core which fully supports LINQ & Expression Trees. I compiled its source against .net 2.0, and now I can use it in my .net2.0 projects. This is great fo …