Contains samples and utilities relating to the Azure Cosmos DB .NET SDK
Перейти к файлу
Justine Cocchi 49c80a7522
Merge pull request #975 from Azure/jcocchi-patch-1
Update recommended version
2024-03-05 12:55:31 -08:00
.github/ISSUE_TEMPLATE Add comments to feature request as well 2019-03-05 23:33:12 -05:00
Demo Bump bootstrap 2022-03-15 19:15:50 +00:00
docs Fix SDK capture documentation 2021-06-07 17:01:49 -07:00
samples Merge pull request #896 from Azure/dependabot/nuget/samples/xamarin/UserItems/xamarin.forms/Droid/System.Security.Cryptography.X509Certificates-4.1.2 2022-04-12 16:53:15 -07:00
sdk
.gitattributes
.gitignore Ignore .vs folder wherever it occurs 2018-08-08 11:08:53 -07:00
Contributing.md
LICENSE
Microsoft.Azure.DocumentDB.Core.1.4.0-preview.nupkg
Readme.md Update Readme.md 2021-09-03 13:00:42 -04:00
SECURITY.md Microsoft mandatory file 2022-11-28 19:36:09 +00:00
changelog.md updated recommended version 2024-03-05 10:26:58 -08:00

Readme.md

🚨Deprecated 🚨

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.

Microsoft Azure Cosmos DB .NET SDK Version 2

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.

Disclaimer

The implementation in this project is intended for reference purpose only.

Minimum Requirements

.Net 4.5

Consuming the official Microsoft Azure Cosmos DB SDK

From Package Manager Console

  Install-Package Microsoft.Azure.DocumentDB  

SDK release notes

https://github.com/Azure/azure-documentdb-dotnet/blob/master/changelog.md

https://docs.microsoft.com/azure/cosmos-db/sql-api-sdk-dotnet

Performance tips

https://docs.microsoft.com/azure/cosmos-db/performance-tips

Diagnose and troubleshooting issues

https://docs.microsoft.com/azure/cosmos-db/troubleshoot-dot-net-sdk

Samples

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