I was wondering if we will be seeing this implemented across other .NET languages such as C++ and J#. Will 3rd party language implementers be able to include Linq support in there products < xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

LINQ accross other .NET languages??
curiousEngine
Also 3rd party managed languages should be able to utilize the power of Linq since it would be like any other .NET Framework feature.
Regards,
Saurabh Nandu
www.MasterCSharp.com
R Hearn
Say yes please.
gharryh
http://groups.google.com/group/microsoft.public.windows.server.scripting/browse_frm/thread/bb4c913d81376dc8/d60a0e51f6e32aee hl=en#d60a0e51f6e32aee
khaley
I don't see why not, provided the compiler in question can target .NET 2.0. Most of this is compiler magic (extension methods are regular static methods that are marked with a normal attribute, and C#3 will generate an expression tree from a lambda, rather than an anonymous delegate, where appropriate).
I'm already talking up the IronPython list, myself, and think it'd be a good addition to Monad.
codrakon
But if you look at the specs page for Linq and VC# futures, you'll find a draft spec for C#3 -- chapter 26, I believe, and a note that extension methods requires its own chapter.
JasonReis
http://blogs.borland.com/dcc/archive/2005/09/15/21195.aspx