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 roundup

Last week recap and links: Autorest on Azure Friday. Using swagger to generate proxy code to REST API, like you would use WSDL for a webservice ARM and PowerShell DSC working together to create and provision a VM I’m running … Continue reading

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

Using log4net

We are using log4net in our project. It works great. Here are some links and tips to get you started. In this tutorial on codeproject you can read all the details and even see a video about it. Very good … Continue reading

Posted in Development | Tagged | Leave a comment

XML data type for storing messages

We want to store xml message in a database for batch processing, logging and retention. For some time now Sql Server offers the xml data type for columns. This way we could index the xml, validate it with an xsd … Continue reading

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

Week roundup

Last week recap and links: Octopus deploy 3.1 pre-release, offers reporting now MSDN benefits for Azure just got bigger, now I get €130 with my Premium subscription aTV Flash (black) is updated just before Apple announces the new Apple TV … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

XPath for robust message handling

Consider the xml message below Mapping this to a class would make it tightly coupled. Any change to the message would mean an update to the class. We expect some minor changes to the XSD / XML message but only … Continue reading

Posted in Development | Tagged , | Leave a comment