This document describes how to prepare your development environment to use the Microsoft Azure IoT device SDK for C#.
## Visual StudioInstall Visual Studio 2015. You can use any version of Visual Studio 2015, including the Community edition.
## Azure SDK for .NETInstall the Azure SDK for .NET 2.7 or later. Use the following links to download the SDK installer for your version of Visual Studio:
## NuGet packageIf you are creating a client application from scratch, use the Visual Studio package manager to add the latest version of the Microsoft.Azure.Devices.Client NuGet package to your project.
## Sample applicationsThis repository contains various .NET sample applications that illustrate how to use the Microsoft Azure IoT device SDK for .NET. For more information, see the readme.