To create a new CFHEADER .NET project in Visual Studio, simply follow these steps:
From that point on, you create your application just as you would for any other WinForms application.
If you receive an error about not being able to find “MonoPosixHelper”, add the Nuget package Mono.Posix.NETStandard to your project.
If you need to debug your application on a Linux device from within Visual Studio, use our Remote .NET Debugger Visual Studio Extension