Language Integrated Query (LINQ, pronounced “link”) is a Microsoft .NET Framework component that adds native data querying capabilities to .NET languages using a syntax reminiscent of SQL. Many of the concepts that LINQ has introduced were originally tested in Microsoft’s Cω research project. LINQ was released as a part of .NET Framework 3.5 on November 19, 2007.
LINQ defines …