.net Application running on linux

rjgagui

Member
Joined
Nov 5, 2014
Messages
18
Programming Experience
Beginner
Gud afternoon guys,
is there a way i can run my .net program (build application,installer,clickonce) on linux machine? what i meant is running the end product and not the IDE (monodevelop).. im planning to develop the program on windows machine and then run the application created on linux machine..thanks in advance..
 
You'll need Mono installed on the Linux box. Mono is basically an open-source port of the .NET Framework so needs to be installed on OS X and Linux machines just as .NET needs to be installed on Windows. It lacks some of .NET's newer and more advanced features though, so just be careful what functionality you use. You'd be safer building using MonoDevelop but, as far as I'm aware, it's not required.
 
Back
Top