LINQ stand for Language-Integrated Query is now available as a integral part of Visual Studio Orcas. 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.