I stumbled upon this question on StackOverflow: http://stackoverflow.com/questions/42858166/deserialize-json-into-multiple-inherited-classes/42858968#42858968 Here's the gist of it: OP wanted to store instances of different descendants of a class in DocumentDb and then…
Not long ago I stumbled upon this interesting question on stackoverflow: http://stackoverflow.com/questions/42600008/how-to-get-more-than-100-query-results-with-azure-documentdb-rest-api The asker used the REST API of Azure DocumentDb to query some data, but they could only get…
Indices are good (yes, technically that is the plural form of index). They help you when you search for things - and that's mostly what databases are all about. But indices are only good if…