C# sample code: Azure IoT Central
If you’re working with Azure IoT Central from code, the C# .NET samples from my Pluralsight course Microsoft Azure IoT Developer: Manage IoT Devices with Azure IoT Central can help.
You can find the GitHub repository here, and the accompanying course that guides you through it here.
Subjects covered
- Azure IoT Hub
- Azure IoT Central
- Azure Device Provisioning Service (DPS)
- Device registration
- Connecting a device to IoT Hub
- Sending telemetry
- Reading and writing the device twin
- Desired and reported properties
- Handling direct methods
- Symmetric key attestation
- MQTT transport