Skip to content

Latest commit

 

History

History
executable file
·
28 lines (20 loc) · 1.15 KB

README.md

File metadata and controls

executable file
·
28 lines (20 loc) · 1.15 KB
page_type description languages products urlFragment
sample
A set of easy-to-understand, continuously-tested samples for connecting to Azure IoT Hub.
csharp
azure
azure-iot-hub
dotnet
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. 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.

Resources