Monday, January 13, 2014

LINQ

What is LINQ?
LINQ stand for Language-Integrated Query. It is new feature introduce in Visual Studio 2008. It has powerful query capabilities to querying on any source of data, data could be sql server database, oracle, collection of objects or xml files. Visual Studio includes LINQ provider assemblies that enable to querying with as given three area.
1.LINQ to Object
2.LINQ to ADO.NET
3.LINQ to XML

0 comments:

Post a Comment