PDA

View Full Version : Creating C# apps that run in linux?



Syronix
04-09-2010, 06:47 AM
Is there anyway to create a C# app that runs in the linux terminal? I'm pretty new to C# so I am also looking for someone who can "mentor" me so to speak. Any help would be greatly appreciated

Wizzup?
04-09-2010, 09:29 AM
Use Mono. ( http://mono-project.com/Main_Page )

Buckleyindahouse
04-09-2010, 11:23 AM
I find using the GUI builder in mono quite difficult, i prefer visual studio but it isn't for Linux :(.

Syronix
04-10-2010, 10:01 AM
I use mono and yeah i find the GUI builder difficult to but when I compile I get a .exe is there anyway to change that to say a .out?