About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (20)
- Development (208)
- Security (17)
- Test (32)
- Tooling (166)
- Uncategorized (168)
Most used tags
Tag Archives: Visual Studio 2010
Visual Studio 2012 upgrade from 2010
First some tips from Scott Hanselman to get the look-and-feel back. Next to replace the pre- and postbuild macro with an add-in. The template takes care of the plumbing and running/debugging will make it available for use. Make sure to … Continue reading
Posted in Tooling
Tagged Add-in, BuildEvents, Color Theme Editor, Macro, Postbuild, Prebuild, Round tripping, SolutionEvents, upgrade, Visual Studio 2010, Visual Studio 2012
Leave a comment
Visual Studio 2010 profiler on Windows 8 issue
I’ve been using Microsoft Visual Studio 2010 on my Windows 8 machine for a while now. Never had an issue until today when I tried to start the profiler. Turns out the driver it uses is not compatible with Windows … Continue reading
Posted in Tooling
Tagged Compatibility, Profiler, Visual Studio 2010, Visual Studio 2012, windows 8
Leave a comment
Change Visual Studio background color
The background color of Visual Studio 2010 is a dark blue gradient. Problem is the gradient gives a flickering effect on external monitors when the frequency is under 75 Hz. I want to change it to a solid color. Visual … Continue reading
Remote debugger setup
Setting up the remote debugger from Windows 8 (Visual Studio) to Windows XP SP3 (Program) was a fight, but I won. Read my steps below. Program machine ~ virtualxp Add a user for remote debugging that will be available on … Continue reading
Posted in Development
Tagged Attach to Process, Firewall, PDB, Remote debugger, Security Policy, Visual Studio 2010, windows 8
2 Comments
switch code snippet power
Today I discovered the code snippet with the best timesaving ever: switch. You can use it from the snippet menu (CTRL + K, X) or you can simply type switch and use code completion (CTRL + SPACE and TAB) Then … Continue reading
Posted in Development
Tagged case, case statement, code completion, code snippet, enum, placeholder, switch, Visual Studio 2010
Leave a comment