A Simple .net core console application to send data from device to cloud
A simple dotnet core console application to send random data to Azure ioT Hub using the device connection string which has been created in azure portal.
-NOTE : Add these nuget packages from CMD line (dotnet add package
1. Microsoft.Azure.Devices.Client
2. NewtonSoft.Json