Non-Production Endpoints are game changer. They greatly, improves the visibility into the system and also enhances the development/testing workflows.
All Posts
- Azure Cosmos DB is a globally distributed database. Learn how to use Cosmos DB with Entity Framework in an ASP.NET application.
- Get introduced to Azure Communication Services which lets you send email, sms and much more.
- Learn how to measure and collect latencies of operations in a deployed application.
- Learn how to collect custom metrics from ASP.NET application using Application Insights.
- 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.
- This blog post offers a comprehensive guide to exporting Excel data using ASP.NET WebAPI. It covers the basics of generating Excel files, advanced techniques like conditional formatting and formulas, and integration with frontend using JavaScript