LINQ in .net 2.0 - Did you know?

I was reading the all new theruntime.com blog (members of codebetter.com have started it) and came across the following post. I hadn’t given it much thought, but it states that LINQ is available in .net 2.0. I’ve yet to try it out in .net 2.0, but it certainly opens up some possibilities for projects that are required to run on .net 2.0 - you can at least use some of the goodness of VS2008!

(n.b. you need to include System.Core.dll in your .net 2.0 apps as stated here)