Category: Visual Studio
-
VS2010 Tips #3: Updating multiple Visual Studio 2010 Help content with a single download
Visual Studio 2010 comes with a new Help viewer. If you didn’t realize that, run the Microsoft Visual Studio 2010 Documentation and you will see what I mean (I assume you have installed it when you’re installing VS2010). Even though it provides lighter experience and updateable help contents, the pain starts when you’re updating the…
-
VS2010 Tips #2: Visual Studio 2010 side-by-side installation with earlier versions
In some forums in found that people asking whether he/she can install Visual Studio 2010 side-by-side with earlier version(s) of it. The answer is YES. I have Visual Studio 2005, Visual Studio 2008, and Visual Studio 2010 installed in one machine (OS is Vista Ultimate 32bit). If I open Program Files, I can see that…
-
VS2010 Tips #1: .NET Framework 3.5 SP1 is required for Multi-targeting in Visual Studio 2010
Multi-targeting feature is one of Visual Studio 2010 goodies. It was firstly introduced in Visual Studio 2008 which able to do multi-targeting for .NET 3.5, .NET 3.0, and .NET 2.0. In Visual Studio 2010, you will be able to choose between .NET 4, .NET 3.5, .NET 3.0, and .NET 2.0. .NET Framework 4 is what…