DocumentDB revisited Part 3 – Concurrency in DocumentDB

In my series of DocumentDB I will discuss more advanced features of DocumentDB. This post covers concurrency options for DocumentDB but starts with an overview of the problems with concurrency in general. Concurrency options in DocumentDB What is concurrency? Consider the scenario that you have a hotel room booking application. You have a web site that allows people… Continue reading DocumentDB revisited Part 3 – Concurrency in DocumentDB

DocumentDB revisited Part 2 – Get started

I have decided to turn the two-part post into a multi-part one. So this is the second of the three entries about Azure DocumentDB. This one will take my Order example and will create a working example with it. No previous knowledge needed. The third post will handle more advanced topics. Create your DocumentDB Account… Continue reading DocumentDB revisited Part 2 – Get started