Evaluating Azure DocumentDB – Part 2

This is the second and final post in the series Evaluating Azure DocumentDB. Where Part 1 [https://thomasardal.com/evaluating-azure-documentdb-part-1/] focused around the concepts in DocumentDB, I’ll explore some actual code in this post. Inserting documents Before we dig into the code, there’s a couple of terms in…

Evaluating Azure DocumentDB - Part 1

I’m currently working on way more projects and products than I probably should. One of them is a new mobile app which will conquer the universe! Well maybe just the world. For the backend I wanted to use something different than SQL Server, since data from the app doesn’…