Contains samples and utilities relating to the Azure Cosmos DB .NET SDK
Перейти к файлу
dependabot[bot] 7a8fcd9432
Bump Newtonsoft.Json from 10.0.3 to 13.0.2 in /samples/rest-from-.net
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.2.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/10.0.3...13.0.2)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-07 19:31:39 +00: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 Bump Newtonsoft.Json from 10.0.3 to 13.0.2 in /samples/rest-from-.net 2022-12-07 19:31:39 +00: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
changelog.md Fix minimum version 2022-04-27 07:10:18 -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