Visual Studio Myths – busted wide open

The team and I were having a conversation about developers (we do that from time to time). It went something like:

  • “Isn’t it a shame that so many developers are stuck on Visual Studio 2005 when Visual Studio 2008 would be way better for them and Visual Studio 2010 is just around the corner”
  • “Why is that?”
  • <LONG CONVERSATION LISTING EVERY REASON DEVELOPERS ARE ON 2005 DELETED>
  • “And… then there are all these myths that developers believe to be true which hold them back from adopting Visual Studio 2008. For instance many developers believe that …”
  • “OK. What can we do to help them?”

Well, after several iterations of ideas on how we could do our little bit to address this, we decided to go with collating:

  • All the key feature improvements from Visual Studio 2005 through to Visual Studio 2010 by focus area (web, data etc)
  • All the myths we heard in our meetings and events, plus some we made up to pad it out:-)

And then, with a little help from an agency, we created a Silverlight 3 application which presented the information in a way that developers will hopefully find rather useful and a little prettier than the whopping bit word document we created.

The final result is the Visual Studio Myth Busting Matrix.

image

This is a release candidate – both of the application and the content. The Visual Studio 2010 content is based on Beta 1 and will definitely be updated for Beta 2. We are really, really keen to get your feedback. We would love to know:

  • If you had any problems using it.
  • If you found it useful.
  • Any myths it busted for you.
  • Any answers to myths you disagree with.
  • Whether you think it is useful format vs more traditional approaches (For instance, we could do a version for your managers to help them see why you would be more productive using the latest tools)

And most importantly any features or myths you think we missed.

Feel free to contact me through my blog, through twitter or just tweet with the tag #dotnetmyth which we will be watching.

Enjoy.

P.S. And it does have spinning balls. Which I know (!) and MikeO particularly admire:-)

Using the Myth Buster

Hopefully all is reasonably obvious.

Select a version of Visual Studio (2005/2008/2010)

image

Choose your focus (Rich Client, Web, Data, IDE etc)

image

Expand Features

image

Click on “read more” to… read some more

image

Expand Myths

image

image

Optionally, tweet the myth out if you think it worthy (we are using #dotnetmyth as the tag)

image

This article is part of the GWB Archives. Original Author: Eric Nelson

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.