How to use System.Drawing in .NET Core?
You might probably know that System.Drawing, a popular API for implementation of graphic related tasks, is not a part of .NET Core. Originally, .NET Core ...
You might probably know that System.Drawing, a popular API for implementation of graphic related tasks, is not a part of .NET Core. Originally, .NET Core ...
This post shows how to model Time Series data using CNTK library, and LSTM RNN in C# programming language. Originally the tutorial is written in Python so this would give .NET community more examples how to use CNTK in .NET. ...
Azure Container Instances is a service hosted in Microsoft Azure, which offers the very simple way to run a docker container. With this service you do ...
In May, 2017 I wrote this article which describes how to include the XML documentation in your publish output. Outdated My latest approach (for the sake ...
This article gives you a short overview of usefull tips related to migrating of .NET Framework projects to .NET Core. Compatibility Mode .NET Standard 2.0 ...