Optimizing footprint of .NET Core applications
A linker is in general a program (tool) used in application compiling process to incorporate together all required program artifacts (DLLs, assemblies, libraries, etc.) needed for ...
A linker is in general a program (tool) used in application compiling process to incorporate together all required program artifacts (DLLs, assemblies, libraries, etc.) needed for ...
There are several ways to read fata from IotHub. One could be to use Azure Stream nalytics, SPARK or any kind of custom code. When implementing ...
WHen working with IotEdge, you might get following error, when executing setup or uninstall command with iotedgectl cli. 500 Server Error: Internal Server Error ("unable ...
Softmax is a function, which intuitively highlights large values and in the same time suppresses values, which are significantly below maximum value. For example, assume we ...
Azure platform offers many REST based so called cognitive-services, which solves different kinds of cognitive tasks. The idea of this post is to provide very simple ...