Showing results for NET5 - #ifdef Windows

Feb 10, 2021
5
0

Creating a Windows Service with C#/.NET5

Alexandre Zollinger Chohfi
Alexandre Zollinger Chohfi

Lets create a simple app with C#/NET5 and see how we can register it as a Windows Service, logging information into the Windows Event Viewer, and moving some files around based on the outputs of a Machine Learning Model.

Feb 3, 2021
9
0

Command Line Parser on .NET5

Alexandre Zollinger Chohfi
Alexandre Zollinger Chohfi

Lets learn how to parse command-line arguments in a C#/.NET5 application, and how a simple NuGet package can make this process much easier and declarative.

Jan 27, 2021
1
0

Using WinML in .NET5

Alexandre Zollinger Chohfi
Alexandre Zollinger Chohfi

Lets get our hands down and create a simple .NET5 console app that uses WinML to analyse an image and classify what it is using a pre-built machine learning model.