Visual Studio Unit Test Organization

Visual Studio 2012 introduced first introduced us to the “Test Explorer” that we all use today. I remember the feedback at the time as some were quite upset about  missing their old “Test Results” window from VS2010 and older versions....

Read More

Visual Studio Weird Characters with ALT+SHIFT

Every once and awhile in Visual Studio I am typing along and somehow end up with some type of alternate keyboard turned out. My only way to reset it was to restart Visual Studio. I finally got tired of this,...

Read More

CSS Tidy Integrated with Visual Studio

CSS documents can often times be quite scrambled when dozens of developers are adding their styles in. Some people like their styles built with one class/id per line (closed) and some like it with one property/attribute per line (open). Either...

Read More

Retrieving an Assembly PublicKeyToken

Getting the PublicKeyToken  The PublicKeyToken always tends to slow you down it seems. Your moving right along in development, then you have to jet out of Visual Studio and grab the public key token. Some people I know use reflector...

Read More