Tags: Programming Language.
Language Integrated Query (LINQ pronounced link) is a Microsoft .NET Framework component that adds native data querying capabilities to .NET languages although ports exist for Java PHP JavaScript and ActionScript.LINQ extends the language by the addition of query expressions which are akin to SQL statements and can be used to conveniently extract and process data from arrays enumerable classes XML documents relational databases and third-party data sources.