Contains samples and utilities relating to the Azure Cosmos DB .NET SDK
Перейти к файлу
dependabot[bot] e4c18ca7ea
Bump jQuery.Validation
Bumps jQuery.Validation from 1.16.0 to 1.19.4.

---
updated-dependencies:
- dependency-name: jQuery.Validation
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-30 19:48:34 +00:00
.github/ISSUE_TEMPLATE Add comments to feature request as well 2019-03-05 23:33:12 -05:00
Demo Bump jQuery.Validation 2023-05-30 19:48:34 +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 Small text changes. 2016-10-13 09:04:27 -05:00
.gitattributes adding .git* 2014-08-26 08:22:25 -07:00
.gitignore Ignore .vs folder wherever it occurs 2018-08-08 11:08:53 -07:00
Contributing.md .NET SDK 1.6.3 Release 2016-04-08 14:21:23 -07:00
LICENSE updated license 2015-04-15 14:31:56 -07:00
Microsoft.Azure.DocumentDB.Core.1.4.0-preview.nupkg UWP preview package 2017-08-23 21:40:01 -07:00
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 Including ChinaNorth3 and PolandCental regions in release notes 2023-03-17 19:05:05 -07: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