Multiple choice technology

LINQ was first included in .net Framework in which of the following versions ?

  1. .net Framework 2

  2. .net Framework 3.5

  3. .net Framework 3

  4. .net Framework 1

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

LINQ (Language Integrated Query) was officially introduced with .NET Framework 3.5, released in 2007. This framework addition provided a unified query syntax for working with data from various sources including collections, SQL databases, XML, and entities directly within C# and Visual Basic.