Multiple choice technology programming languages

LINQ is abbreviation of

  1. Language Integrated Query

  2. Language Independent Query

  3. Language Interrelated Query

  4. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

LINQ stands for Language Integrated Query, a Microsoft .NET Framework component that adds native data querying capabilities to .NET languages. It allows querying data from arrays, enumerable classes, XML documents, relational databases, and third-party data sources using a uniform syntax.