LINQ support on .NET 2.0
Posted by: Fabrice's weblog,
on 05 Sep 2007 |
View original | Bookmarked: 0 time(s)
We have a forum for LINQ in Action, where current and future readers can post questions related to the book or to LINQ in general. Here is one question we received recently:
The first chapter states "This means that the applications youll build using LINQ can run in a bare .NET 2.0 runtime!" ....Is this true? Or will it require our runtimes to install .NET 3.0 ... or .NET 3.5?
That's right, that's what I wrote in the book. But I hadn't really tried to see what can be achieved. So, here is a small...