Category Archives: documentdb

Khóa học miễn phí DocumentDB – Limiting Records nhận dự án làm có lương

DocumentDB – Limiting Records Microsoft has recently added a number of improvements on how you can query Azure DocumentDB, such as the TOP keyword to SQL grammar, which made queries run faster and consume fewer resources, increased the limits for query operators, and added support for additional LINQ operators in the .NET SDK. Let’s take […]

Khóa học miễn phí DocumentDB – Data Types nhận dự án làm có lương

DocumentDB – Data Types JSON or JavaScript Object Notation is a lightweight text-based open standard designed for human-readable data interchange and also easy for machines to parse and generate. JSON is at the heart of DocumentDB. We transmit JSON over the wire, we store JSON as JSON, and we index the JSON tree allowing queries […]