# azure-iot-samples-csharp **Repository Path**: kratos123/azure-iot-samples-csharp ## Basic Information - **Project Name**: azure-iot-samples-csharp - **Description**: No description available - **Primary Language**: C# - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-21 - **Last Updated**: 2022-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README --- page_type: sample description: "A set of easy-to-understand, continuously-tested samples for connecting to Azure IoT Hub." languages: - csharp products: - azure - azure-iot-hub - dotnet urlFragment: azure-iot-samples-for-csharp-net --- # Azure IoT Samples for C# (.NET) azure-iot-samples-csharp provides a set of easy-to-understand, continuously-tested samples for connecting to Azure IoT Hub via Azure/azure-iot-sdk-csharp. ## Prerequisites - .NET Core SDK 3.0.0 or greater on your development machine. You can download the .NET Core SDK for multiple platforms from [.NET](https://www.microsoft.com/net/download/all). You can verify the current version of C# on your development machine using 'dotnet --version'. **Note:** The samples can be compiled using the NET Core SDK 2.1 SDK if the language version of projects using C# 8 features are changed to `preview`. ## Preview features Samples showing how to use the various preview features of Microsoft Azure IoT .NET SDK are present [here](https://github.com/Azure-Samples/azure-iot-samples-csharp/tree/preview). ## Resources - [azure-iot-sdk-csharp](https://github.com/Azure/azure-iot-sdk-csharp): contains the source code for Azure IoT C# SDK. - [Azure IoT Hub Documentation](https://docs.microsoft.com/azure/iot-hub/) - [Get-started](https://docs.microsoft.com/azure/iot-hub/quickstart-send-telemetry-dotnet)