Introduction
There are various SDKs (Software Development Kits) available to connect to the Azure Cosmos DB for NoSQL from many popular programming languages including, but not limited to:
- .NET (C#)
- Java
- Python
- JavaScript (Node.js)
- GO
For this section, you explore and get hands-on with the .NET SDK for the Azure Cosmos DB for NoSQL.
After completing this module, you'll be able to:
- Integrate the Microsoft.Azure.Cosmos SDK library from NuGet
- Connect to an Azure Cosmos DB for NoSQL account using the SDK and .NET