Multiple choice technology programming languages

In which version of .Net framework LINQ has been introduced

  1. 2.0

  2. 3.0

  3. 3.5

  4. 4.0

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

LINQ was introduced in .NET Framework 3.5 alongside C# 3.0 and Visual Studio 2008. Older versions like .NET 2.0 and 3.0 did not have LINQ capabilities, while .NET 4.0 was a subsequent release that built upon the existing LINQ framework.