LINQ Extensions
This project implements several useful extensions for the LINQ project. Currently, the project includes several functions required to allow composing LINQ query in C# from several simple functions (for example when building a LINQ query dynamically at runtime as described in one of the articles linked below). The project also implements several classes to simplify writing code in a functional way, including support for representing lazy computations. Finally, the project implements LINQ support for the C++/CLI language, which uses advanced operator overloading facilities provided by this language (in contrast to extending the language like in C# 3.0).
Project Links
- LINQ Extensions - Project Source Code at CodePlex
- CLinq - LINQ support for the C++/CLI language - Article about CLinq at CodeProject.Com
Articles about LINQ and C# 3.0
Published: October 11, 2007 02:42






