Now that we have gone through some key concepts in the previous part in this series, before we go any further in terms of detailed technical concepts, it would be nice to have some “mental visual model” of how multi-targeting impacts almost all project related scenarios in Visual Studio 2010 and thus benefits the users.
Scott Guthrie’s excellent blog on multi-targeting support in Visual Studio 2010 covers many of these key benefits and scenarios. Please make sure you read that blog before you continue reading the rest of this series, as those help too in the “mental visual model” that I am aiming to establish with this part.
The key take away from Scott’s blog that I would like to highlight is that, because of the true multi-targeting support in Visual Studio 2010, being within the same IDE your project can target many different frameworks. This provides incredible productivity advantages in my opinion. So now - once you move your projects to Visual Studio 2010 - you can continue working with your projects that are targeted to frameworks earlier than .NET Framework v4.0 without doing anything!
I would like to add some more scenarios here to enhance the visuals and provide concrete visual examples that we can refer back to for the concepts as we encounter them in the rest of this series:
(All the example projects below are of the C# project type)
You will be able to create projects that target .NET Framework v2.0 in Visual Studio 2010
