Sign in using Google or Yahoo! id.  

C# development in Linux

 Comments Share:   Twitter   Reddit   HackerNews   Facebook 

Note on Mono compiler: http://www.mono-project.com/CSharp_Compiler

Installing C# compiler

$ sudo apt-get install mono-gmcs

Compiling C# source code

$ gmcs ConsoleApplication1.cs

This will create ConsoleApplication1.exe.

Running the executable

$ mono ConsoleApplication1.exe
Posted on March 25, 2010 04:01 AM by Subhash Chandran
csharp linux mono
blog comments powered by Disqus