About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (217)
- Security (19)
- Test (32)
- Tooling (175)
- Uncategorized (169)
Author Archives: erictummers
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 ARM, azure, DSC, powershell, REST, roundup, running, Web API
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
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
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
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