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.

Week 38 roundup

Last week recap and links: How CEO of Karma works posted on lifehacker Daniel’s (old) post on how to mock extension methods helped me get my code testable Video Top 8 iOS 8 features based on the beta. Good info, … Continue reading

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

AccessViolationException

After setting my Default Processor Architecture to x64 in Visual Studio 2013 I started getting System.AccessViolationException’s. Notice the “this is often an indication that other memory is corrupt”. After exploring the exception. The root cause revealed itself. Visual Studio crashed … Continue reading

Posted in Tooling | Tagged , | Leave a comment

Week 37 roundup

Last week recap and links: Posh-SSH Open Source SSH PowerShell Module. I’m using powershell more and more now. Visual Studio 2013 keyboard shortcuts Found this while looking for a way to find the active item in the solution explorer (CTRL+[,S) … Continue reading

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

Mono on Synology NAS

At home we use a NAS for some time to hold our media an backups, take care of our downloads, airprint jobs and fill my spare time with playing around with the (endless) possibilities. Triggered by Chris’ question I finally … Continue reading

Posted in Development | Tagged , , | 2 Comments

Week 36 roundup

Last week recap and links: I’ve written my first powershell module with the help of Writing a PowerShell module in C#, Part 1: The basics. Make sure to load the module with the full path, not just the assembly name. … Continue reading

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