Contains samples and utilities relating to the Azure Cosmos DB .NET SDK
Перейти к файлу
Radu Caprescu 61ff151925
Update PlayerRepo.cs
2018-06-20 14:59:18 +03:00
docs Delete documentdb-sdk-dotnet-core.md 2018-03-06 09:57:38 -08:00
samples Update PlayerRepo.cs 2018-06-20 14:59:18 +03: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 Code update for ChangeFeed Processor V2 2018-04-24 16:32:31 -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 Included Cosmos DB Resource URI 2018-03-07 10:47:41 -08:00
changelog.md add 1.22.0 2018-04-19 20:01:40 -07:00

Readme.md

Microsoft Azure Cosmos DB .NET SDK

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.

Useful links:

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/en-us/azure/cosmos-db/sql-api-sdk-dotnet

Performance tips

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

Samples

https://docs.microsoft.com/en-us/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