h1.post-title { color:orange; font-family:verdana,Arial; font-weight:bold; padding-bottom:5px; text-shadow:#64665b 0px 1px 1px; font-size:32px; } -->

Pages

LINQ Vs DLINQ Vs XLINQ


S.NoLINQ DLINQXLINQ
1programming model that introduces queries as a first-class concept into any Microsoft .NET languagean extension to Linq that allows querying a database and do object-relational mapping.an extension to Linq that allows querying XML documents, as well as creating or transforming XML.