Multiple choice technology programming languages

Which version of Visual Studio first supported Linq for defining standard query operators

  1. VS2003

  2. VS2005

  3. VS2008

  4. VS2010

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

Visual Studio 2008 was the first version to support LINQ (Language Integrated Query), which introduced standard query operators as part of the .NET Framework 3.5. LINQ provides a unified syntax for querying data from various sources including collections, SQL databases, and XML.