Contains samples and utilities relating to the Azure Cosmos DB .NET SDK
Перейти к файлу
kirankumarkolli 23fc2bb13f
Updated intro section
2018-02-08 14:58:22 -08:00
docs Update ETL capture to use perfview.exe 2017-01-12 11:41:13 -08:00
samples Increment version.subminor. (#423) 2018-01-25 10:39:42 -08: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 Test for ChangeFeedOptions.StartTime. (#420) 2018-01-22 10:49:18 -08: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 Updated intro section 2018-02-08 14:58:22 -08:00
changelog.md Update changelog.md 2018-02-06 19:31:19 -08: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. For documentation please see the Microsoft Azure link.

Disclaimer

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

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

Minimum Requirements

.Net 4.5

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

Repo layout

In this repo you can find the following;

  • samples/ - A great source of sample code showing you how to use the DocumentDB .NET API in your projects.
  • sdk/ - The source for the DocumentDB .NET API will be published when it becomes available.