0
kicks
Linq Beauty
Linq stand for Language Integrated Query came out of box with .net 3.5 frame work.
With the Linq now developers will be able to run and debug the queries that are equvalent to queries used for any other RDBMS. .net3.5 supports Linq with various types, that is again the developer choice to which one to choose.
1) Linq to Objects
2) Linq to XML
3) Linq to ADO.NET etc..