Learn how to measure and collect latencies of operations in a deployed application.
Table-storage
- Integration testing is essential when working with external components. In this post learn how to write integration tests for Azure Table Storage.
- Azure Table Storage provides Entity Group Transactions which let's us execute operations on multiple entities atomically.
- When using Azure Table Storage, optimizing queries can be difficult due to the lack of secondary indexes. However, there are two fundamental approaches that can help solve these common problems.
- In-Depth overview of Azure Table Storage, a Key-Value NoSQL datastore. Learn fundamental concepts such as partitioning, creating tables, adding entities and much more.
- Learn basics of Azure Table Storage, a NoSQL datastore. Perform operations on tables and entities through code.