Posts by this author

Dec 13, 2022
Post comments count2
Post likes count2

Under the hood of the new Azure Functions extension for Azure Cosmos DB

The Azure Cosmos DB Azure Functions extension version 4 is now GA, and it packs a load of improvements and new features. The goal of this post is to go deep into the technical details about the extension changes and guide you to take advantage of them. Source code As a starting point, everything I'll be talking about in the article is available o...

Azure Cosmos DB for NoSQLChange Feed
Apr 23, 2021
Post comments count2
Post likes count0

Improve your Azure Cosmos DB .NET SDK initialization

In this post, learn about the ways you can initialize your Azure Cosmos DB .NET SDK client to avoid latency spikes in your first operations.

Azure Cosmos DB for NoSQLTips and Tricks
Sep 24, 2020
Post comments count6
Post likes count0

Optimizing bandwidth in the Azure Cosmos DB .NET SDK

Learn how to optimize the network bandwidth usage in your application by taking advantage of EnableContentResponseOnWrite to avoid getting unneeded content as part of your operations with the Azure Cosmos DB .NET SDK

Azure Cosmos DB for NoSQLTips and Tricks
Aug 19, 2020
Post comments count0
Post likes count0

HttpClientFactory in the Azure Cosmos DB .NET SDK

In this post, learn about HTTPClientFactory and how you can use it to pool HTTP connections with Azure Cosmos DB clients.

Azure Cosmos DB for NoSQLTips and Tricks
Jan 7, 2020
Post comments count5
Post likes count0

Introducing TransactionalBatch in the Azure Cosmos DB .NET SDK

Learn how to use the Azure Cosmos DB .NET SDK TransactionalBatch support to leverage transactional scope on groups of operations that need to atomically commit as a unit

Azure Cosmos DB for NoSQLAnnouncementsTips and Tricks
Nov 11, 2019
Post comments count8
Post likes count0

Introducing Bulk support in the .NET SDK

Learn how to use the Azure Cosmos DB .NET SDK Bulk support to create high throughput data migration and ingestion applications that are optimized to take advantage of your provisioned throughput

Azure Cosmos DB for NoSQLTips and Tricks