September 2009
M T W T F S S
« Aug   Oct »
 123456
78910111213
14151617181920
21222324252627
282930  

Working with LINQ Using Visual Studio 2005

LINQ is the general-purpose standard query operator that allows traversal, filter and projection operations to be expressed in a direct yet declarative way in any .NET programming language.  The extensibility of the LINQ query language provides implementations that work over both XML and SQL data.  The query operator over XML is called XLINQ and the [...]