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