| Author: Trupti 09 Aug 2008 | Member Level: Silver | Rating: Points: 4 |
Hi, LINQ stand for Language-Integrated Query. LINQ has a great power of querying on any source of data, data source could be the collections of objects, database or XML files. We can easily retrieve data from any object that implements the IEnumerable<T> interface. For other details plz refer following link. http://www.panopticoncentral.net/archive/2006/05/10/12000.aspx
|