Linq Basics

What is Linq?
   It is a technique to intergrate the queries into language.Linq provides easy way to write queries that can run with the in memory objects. Linq defines set of standards query operators in System.Linq namespace to select, filter, and do operations on data from any type that implements IEnumerable or IEnumerable<T>.