Author Archives: erictummers

Unknown's avatar

About erictummers

Working in a DevOps team is the best thing that happened to me. I like challenges and sharing the solutions with others. On my blog I’ll mostly post about my work, but expect an occasional home project, productivity tip and tooling review.

TFS Express done right

In my previous post about TFS Express I installed it side-by-side with Visual Studio 2010. This gave me some compatibility issues when running unit tests with code coverage. To be able to demo some things offline I did needed a … Continue reading

Posted in Tooling | Tagged , , , , , | 1 Comment

No Hyper-V for you!

I want to use Hyper-V from Windows 8. But the “Turn Windows features on or off” wizard has Hyper-V platform grayed out. Telling me the processor misses SLAT in the tooltip. My machine has an older Core 2 Duo T5500 … Continue reading

Posted in Tooling | Tagged , , , , , | Leave a comment

Windows 8 Release Preview to RTM

Up first: an upgrade from Release Preview (build 8400) to RTM (build 9200) is not possible. As so many people I installed the Developer Preview, the Consumer Preview, the Release Preview and the RTM. Every new version was a clean … Continue reading

Posted in Tooling | Tagged , , , , , , , , | 1 Comment

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 , , , , , , , | Leave a comment

Recover lost photos with PhotoRec

My neighbour accidently deleted all photos on the camera without having them transfered to the harddisk. The SD card was never used before and the card was not formatted after deleting all photos. This should be recoverable. From lifehacker.com I … Continue reading

Posted in Tooling | Tagged , , , , , , , , , , | 1 Comment