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.

Test async webservice call with a Task

We have a number of services in our project. Our clients include WPF, iOS, Android and Web. To have the best interoperability we communicate over http and expose WSDL for proxy generation. This means we cannot change the contracts or … Continue reading

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

Compat inspector fiddler rule

Origional post here. My version of the fiddler CustomRules.js file below.

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

if this than that

Every programmer knows the if statement. Now there is a service that provides a visual way of defining the statement called IFTTT. Gift without the ‘G’ What is so special about that, we all know Visual Programming languages? IFTTT uses … Continue reading

Posted in Tooling | Tagged | 1 Comment

Implement Interface as virtual methods

A best pratice in Object Oriented Programming is the use of Interfaces. When applied correctly it simplifies unit testing. But watch out for the pitfall of default implementation by Visual Studio. Below is an example how this can bite you. … Continue reading

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

Disable Hyper-V internal virtual switch to get instant internet after boot-up

Recently I noticed getting a usable internet connection took a long time after boot-up. After the login screen, I would switch to the desktop and start Internet Explorer. The window was empty for quite some time, but when it showed … Continue reading

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