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.
- Install the monodevelop
Open the terminal and run the following command:
sudo apt-get install monodevelop
- 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
还没有评论,来说两句吧...