Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Porting WinForms Application to Mac OS

I have written a C#/WinForms application in Visual Studio. From my research I'm gathering that it is possible to make a Mac-friendly version of my application using Mono, but I don't understand the process. Can someone explain how to go about making a Mac OS version of a WinForms application, and exactly what role Mono plays in it?

like image 860
Connor Neville Avatar asked Mar 26 '14 12:03

Connor Neville


1 Answers

There are plenty of guides/explanations out there,

  • What is Mono
  • Porting Winforms Applications to run on Mac OS
like image 200
Kurubaran Avatar answered Oct 23 '22 23:10

Kurubaran