LINQ Vs DLINQ Vs XLINQ
S.No | LINQ | DLINQ | XLINQ |
1 | programming model that introduces queries as a first-class concept into any Microsoft .NET language. | an 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. |