Wednesday, September 15, 2010

How-to: code and run .NET applications on Ubuntu

Solution is very simple.  It is the MonoDevelop.

MonoDevelop is an IDE built to code and run C# and other .NET languages on Linux platforms. MonoDevelop enables developers to quickly write desktop and ASP.NET Web applications on Linux, Windows and Mac OSX. MonoDevelop makes it easy for developers to port .NET applications created with Visual Studio to Linux and to maintain a single code base for all the platforms.


To Install MonoDevelop on Ubuntu 10.04, type the following in the command line.
sudo apt-get install monodevelop
To run monodevelop go to Applications -> Programming -> MonoDevelop

No comments:

Post a Comment