Click here to Skip to main content
15,896,726 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
hello,
I can use mono in Windows 7 for developing applications for linux(ubuntu,...). What I have to do?...
Posted
Comments
[no name] 14-Apr-11 17:49pm    
I'd start by reading the documentation

Yes, read documentation, install Mono and start developing. You can use MonoDevelop, see http://monodevelop.com/[^].

You can even use Visual Studio and develop for .NET. You can use any tools for .NET development, even a command-line compiler which is always bundled with .NET Framework. If you keep you development to standard libraries and many non-standard but well supported by Mono (important: System.Windows.Forms is well supported), you can develop applications for .NET and run them on Mono on any OS without recompilation!

I do that. All my console and System.Windows.Forms developed in Windows do run on my Ubuntu system without recompilation.

—SA
 
Share this answer
 
if i work under windows7 for linux(ubuntu,...),the monodevelop do it?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900