Multiple choice technology platforms and products

Which of the following statements is not correct about Common Language Runtime?

  1. .NET Framework 2.0 CLR was introduced with Visual Studio 2005

  2. .NET Framework 3.0 uses the .NET Framework 2.0 CLR

  3. .NET Framework 3.5 uses the .NET Framework 2.0 CLR

  4. .NET Framework 3.5 SP1 first time introduced the .NET Framework 3.0 CLR

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

The question asks for the INCORRECT statement. Option D is wrong because .NET Framework 3.5 SP1 did NOT introduce the 3.0 CLR - all versions through 3.5 SP1 used the 2.0 CLR. The 3.0 framework added WPF, WCF, and Workflow but still ran on CLR 2.0. Options A, B, and C correctly state the CLR version lineage.