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.

Automattic’s Worldwide WordPress 5K – 2012

This year I’ve started to run. To guide me I purchased the Nike+ sensor + receiver. These are great for running on a treadmill. After a little while I bought the Nike+ GPS app and started to run on the … Continue reading

Posted in Uncategorized | Tagged , , , , , | 2 Comments

Video Mirroring IOS Apps with MonoTouch

For an on-stage demo of an iPad app I needed to build in video mirroring. Luckily I found this code and everything worked within 10 minutes, waiting for compile – package – deploy took that long 😉 This code is … Continue reading

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

Microsoft Web Camp

Microsoft uses (boot)camps to promote new products. The website devcamps.ms contains the curriculum. At the writing of this post there is Windows Phone, Windows Azure, Web and Windows. It’s free so I registered for the Web Camp and signed up … Continue reading

Posted in Conference, Development | Tagged , , , , , , , , , | Leave a comment

DataContract weird characters and Mono

My solution will run on dotNET and Mono in a variety of mixes. Connecting the pieces of the Service Oriented Architecture design using WCF. Testing some setups showed me another difference between dotNET and Mono. The returntype of an operation … Continue reading

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

BasicHttpBinding blocking under Mono

Hosting services in Mono using the BasicHttpBinding will block incomming requests until the previous request is handled. In dotNET this is not the case. Another difference between dotNET and Mono. I’ll demonstrate this by using a self calling service. See … Continue reading

Posted in Development | Tagged , , , , , | 2 Comments