We've recently announced the deprecation of the Azure Cosmos DB .NET SDK Version 2. Starting August 2024 Microsoft will no longer provide support for this SDK. Existing applications using this library will continue to work as-is. We strongly recommend upgrading to the latest version of the SDK. For details on how to migrate your existing applications, follow our migration guide.
This project provides a client tools or utilities in .NET that makes it easy to interact with Azure Cosmos DB. Azure cosmos DB is published with nuget name Microsoft.Azure.DocumentDB.
- Get Started APP
- Samples
- Github samples
- MultiMaster samples
- Resource Model of Azure Cosmos DB Service
- Cosmos DB Resource URI
- Partitioning
- Introduction to SQL API of Azure Cosmos DB Service
- SDK API
- Using emulator
- Capture traces
- Release notes
The implementation in this project is intended for reference purpose only.
.Net 4.5
From Package Manager Console
Install-Package Microsoft.Azure.DocumentDB
https://github.com/Azure/azure-documentdb-dotnet/blob/master/changelog.md
https://docs.microsoft.com/azure/cosmos-db/sql-api-sdk-dotnet
https://docs.microsoft.com/azure/cosmos-db/performance-tips
https://docs.microsoft.com/azure/cosmos-db/troubleshoot-dot-net-sdk
https://docs.microsoft.com/azure/cosmos-db/sql-api-dotnet-samples is a good starting point.
Also great source of samples can be found at https://github.com/Azure/azure-documentdb-dotnet/tree/master/samples