[Mono-dev] LINQ Standard Query Operators for Mono

Atsushi Eno atsushi at ximian.com
Sun Dec 11 21:35:08 EST 2005


Hi,

Alejandro Serrano wrote:
> Hi,
> I'm currently working on implementing the LINQ Standard Query Operators 
> (http://msdn.microsoft.com/netframework/future/linq) from the latest 
> Microsoft bits. I'm not working,however, on DLinq, XLinq or any other 
> parts from this idea. Although it's not in an even pre-release stage, I 
> think this classes in System.Query could help everyone using .NET or Mono.
> I'm currently using the Nemerle programming language, and I would like 
> to post the code to anywhere in Mono, so it can be included or used by 
> the entire community. Which is the best place to do that?

Oh, interesting. Mono would be the best place and we need System.Query
implementation (at least in the future). Please post your code here
(this ML) so that everyone can try and someone can review for the
commit.

We already have hacky System.Xml.XLinq implementation in svn,
http://svn.myrealbox.com/source/trunk/mcs/class/System.Xml.XLinq/
so you might want to use it with your code.

Cheers,
Atsushi Eno



More information about the Mono-devel-list mailing list