Support open source, embrace Linux.
c#/. NET is a cross-platform, although Microsoft's set of things, but also can run on Linux, is a habit problem.
we know that mono is a cross-platform, open-source. NET Development Framework. It was developed by Novell based on the SuSE Linux operating system.
OK, start introducing the installation:
1. Install the C # build Environment sudo apt-get install mono-devel, enter the password, and enter Y
2. View Mono version Mono--version
3. View GMCs version GMCs--version
4. Compiling the program GMCs Test.cs
5. Run the program./test.exe
6. Installing the IDE to get more powerful features sudo apt-get install monodevelop, although not more than VS, but learning is enough
7. Terminal input MonoDevelop, run program, new project, compile run
Simply wrote a program AC Hangzhou electric 2156 Questions
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
Build a C # development environment under Linux