As in the previous recipe (Data access with MongoDb), we'll dive right into coding:
- First, we open Server Explorer in Visual Studio to consult the Azure services available for our Azure subscription:
- Next, let's install Azure SDK for .NET:
- Save and run this file:
This will open the Microsoft Platform Installer and download the Azure SDK for .NET:
Here are all the installed libraries and components with Azure SDK:
We can ...