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
本文介绍如何在Linux Ubuntu环境下安装Mono开发环境,并利用它来创建、编译及运行.NET应用程序。通过简单的命令行操作,即可实现跨平台应用程序的开发。
2410

被折叠的 条评论
为什么被折叠?



