“LINQ provides uniform way to perform action on any object which Implements the IEnumerable<T> OR IQueryable<T> interface with different type of data sources.” LINQ is the new feature whic...