Showing results for .NET - Azure Cosmos DB Blog

Oct 7, 2020
14
0

Azure Cosmos DB Repository .NET SDK v.1.0.4

David Pine
David Pine

David Pine shares the unofficial Azure Cosmos DB Repository .NET SDK. The repository SDK aims to simplify the consumption of Azure Cosmos DB by abstracting away some of the complexities of the existing .NET SDK and exposes a modern generic repository pattern-based interface.

AnnouncementsAzure Cosmos DB for NoSQL
Mar 11, 2020
3
0

Create a .NET Azure Cosmos DB Function Trigger using Visual Studio Code in 2 minutes!

Theo van Kraay
Theo van Kraay

  Creating event sourcing solutions with Azure Cosmos DB is easy with Azure Functions Triggers, where you can leverage the Change Feed Processor's powerful scaling and reliable event detection functionality, without the need to maintain any worker infrastructure. You can just focus on your Azure Function's logic without worrying about the r...

Tips and Tricks