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: Octopus decided to opensource the tentacle (agent) for their deployment software GifCam is a screenrecorder that creates an animated gif. No installation, just run the executable, the way I like my tools. Cloud computing explained … Continue reading

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

OData third look

This is a follow up on my OData first look and OData second look post. The sample code builds on the previous post and shows projection, data formats, batch processing and actions. Every part has the exceptions and how I … Continue reading

Posted in Development | Tagged , , , | 1 Comment

OData second look

This is a follow up on my OData first look post. Since then I’ve moved the service to IIS for better fiddler support. The sample code builds on the previous post and shows how to load related data in one … Continue reading

Posted in Development | Tagged , , , , | 1 Comment

Week roundup

Last week recap and links: Hyper-V containers and Nano server, new docker oriented development by Microsoft Azure resource management post. This beta portal shows your azure subscription by ResourceGroup Code Connect provides a new way to look at your code … Continue reading

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

First look at OData

I’ve heard about OData back in 2012 but never used it. Now I might have a use case for OData and want to explore it. Below are the parts of my sample WCF DataService project. Every part has the exceptions … Continue reading

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