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: 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
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
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
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 azure, Code Connect, Docker, Hyper-V, roundup, VS2013
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