Multiple choice technology platforms and products

What capability of Visual Studio helps you to run the programs from old .Net framework without changing any piece of code?

  1. Backward compatibility

  2. Multi-Targetting

  3. Forward Compatibility

  4. None of the above

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

Multi-Targeting is the Visual Studio feature that allows developers to build and run programs targeting older .NET framework versions without changing code. You can use VS 2010 to build for .NET 2.0, 3.0, 3.5, or 4.0, maintaining backward compatibility without upgrading framework requirements.