Benchmarking Azure Table Storage operations in ASP.NET ApplicationAzureTable-StorageASP.NETLearn how to measure and collect latencies of operations in a deployed application.Read more →
How to collect custom metrics in ASP.NET application using Application InsightsAzureASP.NETApplication-InsightsLearn how to collect custom metrics from ASP.NET application using Application Insights.Read more →
How to write Integration Tests for Azure Table StorageAzureTable-StorageTestingIntegration testing is essential when working with external components. In this post learn how to write integration tests for Azure Table Storage.Read more →
How to execute Transactions in Azure Table StorageAzureTable-StorageAzure Table Storage provides Entity Group Transactions which let's us execute operations on multiple entities atomically.Read more →
Azure Table Storage: Design Patterns for Query OptimizationAzureTable-StorageWhen 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.Read more →