LinqPad CosmosDb Data Context Driver Update - Part 2
In my latest post I described my first steps to update my LinqPad Cosmos Db driver The whole idea was to show how the "backend" of my new and updated driver can be…
In my latest post I described my first steps to update my LinqPad Cosmos Db driver The whole idea was to show how the "backend" of my new and updated driver can be…
A while back I created a CosmosDb data context driver for LinqPad. Originally, I found the request on uservoice and I thought I'd give it a try. The end result was pretty OK, I guess.…
If you are a .NET programmer, you are probably familiar with LinqPad. I myself find it useful in some situations (and there are others, when not) and I do use it myself. For a while…
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…