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.
The implementation in this project is intended for reference purpose only.
From Package Manager Console .NET Framework: Install-Package Microsoft.Azure.DocumentDB .NET Standard: Install-Package Microsoft.Azure.DocumentDB.Core
https://github.com/Azure/azure-documentdb-dotnet/blob/master/changelog.md
https://docs.microsoft.com/en-us/azure/cosmos-db/sql-api-sdk-dotnet
.Net 4.5
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
https://docs.microsoft.com/en-us/azure/cosmos-db/performance-tips