Tag: visual-studio
All the articles with the tag "visual-studio".
Attaching the Debugger only in Debug
Published:2 min readThis article discusses how to use the ConditionalAttribute to create a helper class that includes methods that should only be called when the DEBUG symbol is defined. This way, when you compile with the RELEASE symbol defined all calls to the methods will simply be excluded from the generated MSIL.
Comparison keyboard shortcuts for Pending Changes in TFS
Published:2 min readThis article provides instructions for setting up keyboard shortcuts for comparing pending changes in Visual Studio with the Latest, Workspace and Previous versions. It also provides updated commands for Visual Studio 2012.