Mono - Tag
2012
-
▸
Compiling .NET code in Console mode and Form mode with Mono C# Compiler
Shows how to compile .NET C# code using Mono compiler in both console and Windows Forms modes. Covers basic mcs usage with -target:winexe and required DLL references for GUI applications.