23fc2bb13f | ||
---|---|---|
docs | ||
samples | ||
sdk | ||
.gitattributes | ||
.gitignore | ||
Contributing.md | ||
LICENSE | ||
Microsoft.Azure.DocumentDB.Core.1.4.0-preview.nupkg | ||
Readme.md | ||
changelog.md |
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.