Create Compile and Run .NET on Ubuntu

If you are a .NET developer use Linux Ubuntu as your OS, and want to create, compile and run .NET, Mono is an implementation of the .NET stack, which allows you to write cross-platform programs in a number of different programming languages, including C#, Java, Visual Basic .NET and JavaScript. More information about Mono is available from the Mono project official site.

1. Install the monodevelop
Open the terminal and run the following command:

sudo apt-get install monodevelop

2. You may also want to install monodoc package, which is the official documentation.
Open the terminal and run the following command:

sudo apt-get install monodoc

你可能感兴趣的:(compile)