Multiple choice technology databases

. Visual Studio 2010 supports the development of applications using the following frameworks (Select All that apply):

  1. .NET 2.0

  2. .NET 3.0

  3. .NET 3.5

  4. All of the above

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

Visual Studio 2010 supports development across .NET 2.0, 3.0, and 3.5 frameworks through its multi-targeting feature. Therefore 'All of the above' is correct.

AI explanation

Visual Studio 2010 introduced multi-targeting, letting a single IDE build and target applications against multiple .NET Framework versions — 2.0, 3.0, and 3.5 — in addition to the newer 4.0, by selecting the target framework in project properties. So all three listed older frameworks are valid targets, making 'All of the above' correct.