Create Compile and Run .NET on Ubuntu

深碍√TFBOYSˉ_ 2022-05-15 09:15 189阅读 0赞

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

  1. 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

发表评论

表情:
评论列表 (有 0 条评论,189人围观)

还没有评论,来说两句吧...

相关阅读