[Mono-dev] LINQ Standard Query Operators for Mono

Alejandro Serrano trupill at yahoo.es
Thu Dec 15 14:45:39 EST 2005


I finally finished implementing the LINQ System.Query code. Some things 
were a bit tricky, because Dictionary<K, T> doesn't allow null values, 
so I had to make some additional checks on Grouping operators. I've 
created a Makefile in order to be included in the mcs/class/System.Query 
folder, but I don't know if it is well done.

Where do I send the code? In a zip file directly to this list? Or to 
anyone in particular?

Alejandro

P.D.: I hope extension methods get in Mono C# compiler very soon, 
because this would allow to use this operators ver easily. Other C# 3.0 
features such as lambda expressions of query-like expressions aren't as 
important as this, but I think extension methods are both easy to 
implement (just check some more classes) and very helpful. Of course, 
this is just my idea :-)

		
______________________________________________ 
Renovamos el Correo Yahoo! 
Nuevos servicios, más seguridad 
http://correo.yahoo.es



More information about the Mono-devel-list mailing list