Bill Bosacker

This is just my normal user blog for things that don't fit in the other blogs, but are tailored for the open source C/C++/C# and .NET communities.

Visual Studio 2010: The developers equivalent to Windows Vista!

If you are not aware, Visual Studio 2010 (VS) is a complete rewrite of Microsoft's previously popular integrated development system.  Previous versions were all written using the Microsoft Foundation Class Library (MFC) and the Win32 API, so Microsoft decided to use their latest technology, Windows Presentation Foundation (WFP), and rewrite the entire UI.  It has some very nice new features, but several of the core features that have been around since day one, are not currently available unless you or some one else decides to write an add-on for it.

One small example is the customization of the toolbar.  While there is a partial API to work with it, there is virtually no functionality built into the UI.  If you want to add Rebuild Selection and Rebuild Solution buttons to the Build toolbar, you can, but you will be stuck with buttons that spell out the entire functionality and will not be able to replace the text with a custom icon.  There is an Extension Manager tool called CommandingImage in the Visual Studio Gallery, but it only works if you make all of your changes within a single VS session.  If you close VS and then reopen the tool in a new VS session, all previous changes will be overwritten/deleted. Many of you will say that you can live with that, it's just some silly UI customization.  Well, that may be so, but that silly UI customization saves me from having to navigate through the menu bar or a context menu every time I want to rebuild something.  I rarely ever use the normal Build due to the way it works.

However, this issue is peanuts compared to the real issue, the Offline Help System.  With SP1 installed, you can now use it without it hijacking your browser, but over 90% of the MSDN Library still can't, yes CAN'T, be accessed by it.  Why?  Because Microsoft has not made the packages available for installation, expects everyone to work on-line, and expects everyone to use the web for all of their help requests.  I don't know about you, but I only go to the web as a last resort when all else (i.e. local help) fails.  They do not care that the on-line help system is significantly inferior (i.e. slower, more difficult to use, and doesn't save your settings) to a local, built-in, help system.

This is not the first time that the help system has changed either.  Over the past 13+ years, the help system has been rewritten at least 4 times, and it takes a minimum of 2-3 years for the new system to achieve a level that is equal to the previous system.  Of all the previous systems, WinHelp32 was the most reliable, fast, and had the most fully populated reference catalog to date.  Unfortunately, that was over 10 years ago.  The current help system in VS is barely usable for many tasks, and completely unusable for most tasks (i.e. web development).  Try opening a web page with markup, place the cursor over a tag, press F1, and see what comes up.  A completely useless HTML Designer page.

As far as I'm concerned, VS 2010 was released at least 2 years early, and as of the date of this post, is missing several core features that have existed since the first release of the integrated development system.  If you are thinking about using VS 2010, make sure that you spend at least 3-4 months heavily evaluating it before you make a final decision.  If you are only doing Windows Desktop or general library development you may not run into very many issues.  But if you are doing any kind of web development, you will be forced to do it without a useful help system.  The sad fact is that it is now over a year since VS 2010 was released, and none of these issues have been corrected.  Visual Studio 2010 is the developers equivalent to Windows Vista when it comes to development tools.  ENJOY!

Leave a Comment

(required) 

(required) 

(optional)

(required)