Search Results

0
votes

Visual Studio 2008: Is it worth the upgrade from 2005?

I'd upgrade, but set aside some time for the install process. It took two hours on my moderately fast dev workstation, and I'm still doing updates, patches, hotfixes, two hours after the install fi …
0
votes

VS/vb.net: How to get the instance used by a With statement in the immediate window

You're creating a variable either way - in the first case (your example) the compiler is creating an implicit variable that you aren't allowed to really get to, and the in the second case (another …