My .NET Core Session at DWX2018
One of my sessions this year is focusing .NET Core release 2.1 Preliminary Agenda We will have many deep-dive topics related to performance, packaging and ...
One of my sessions this year is focusing .NET Core release 2.1 Preliminary Agenda We will have many deep-dive topics related to performance, packaging and ...
TensorFlow is typically installed by using of following statement: pip install --upgrade tensorflow Unforunatelly if you try to execute it on a WIndows OS, it might ...
.NET Core supports ARM 32 architecture starting with version: 2.1.300, which is first official final release of .NET core 2.1. This means, .NET ...
Here is the list of all IoT relevant sessions at //build 2018 devlivered by IoT product groups. This list excludes all other none-iot sessions, tagged with ...
You have executed runtime setup with following command: iotedgectl setup --connection-string "HostName=hubname.azure-devices.net;DeviceId=devicename;SharedAccessKey=*****" --nopass Unfortunately command fails with following ...