Contains samples and utilities relating to the Azure Cosmos DB .NET SDK
Перейти к файлу
dependabot[bot] db695f6421
Bump MongoDB.Driver
Bumps [MongoDB.Driver](https://github.com/mongodb/mongo-csharp-driver) from 2.7.0 to 2.19.0.
- [Release notes](https://github.com/mongodb/mongo-csharp-driver/releases)
- [Commits](https://github.com/mongodb/mongo-csharp-driver/compare/v2.7.0...v2.19.0)

---
updated-dependencies:
- dependency-name: MongoDB.Driver
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-04 00:52: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 MongoDB.Driver 2023-03-04 00:52:39 +00: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 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