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.

Cloud storage studio 2010.09.23.00 update

I’m using Cloud Storage studio in my Azure project. I’ve posted before about this tool here and here #2. Now there is a update. New features are: Drag-and-drop for uploading blobs. Before the upload starts you still have to confirm … Continue reading

Posted in Tooling | Leave a comment

Implement abstract class not possible

For my unittests I want to use Moles to run the tests outside the Windows Azure development factory. By making a mole assembly for Microsoft.WindowsAzure.ServiceRuntime I would be on my way. But I’m getting strange error messages: there is no … Continue reading

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

Usefull unittest links

While updating my unittest I found two challenges: 1. Start the development fabric from my unittest solution 2. Compare byte arrays solution

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

Track active item in solution explorer

Back from vacation. Login and get the latest version of the sources. Because I have a solution of my own I could expect it: builderrors. A neat feature I use in these cases is Track Active Item in Solution Explorer. … Continue reading

Posted in Tooling | Leave a comment

SOAP UI

Another must have tool for WCF / SOA development is SOAP UI http://www.soapui.org/. With this java tool it’s possible te send messages to the service only by pointing it to the WSDL of the service. This simulates a real client. … Continue reading

Posted in Tooling | Tagged , | Leave a comment