LINQ Framework

December 22nd, 2005

LINQ or Language INtegrated Query is a set of classes in .NET that allows you to query arrays just as would query a database, using keywords such as ‘select’, ‘where’ etc.

Sounds interesting?? I’m just exploring it. Have a look at these sites in that order.
1. http://blogs.msdn.com/danielfe/archive/2005/09/13/464904.aspx
2. http://blogs.msdn.com/sriram/archive/2005/09/16/468927.aspx

There is also a video at channel9…Do check it out…http://channel9.msdn.com/showpost.aspx?postid=114680 and here is the related MSDN link that offers a lot of code samples and downloads.

By the way, it is supposed to be shipped with the next version of Visual Studio (Orcas).

Comments are closed.