MonoDevelop
MonoDevelop is a Linux | Mac | Windows editor for Microsoft languages such as C#, F# and so on...
Mono is useful to develop simple applications. But if you plan to do anything big then you should definitely switch to Windows and use MS Visual Studio Express instead
- Official website: http://www.monodevelop.com/
Installation
You need to install both .Net framework and the IDE.
# Library .Net
apt-get install libicsharpcode-nrefactory-csharp5.0-cil libicsharpcode-nrefactory5.0-cil
apt-get install libicsharpcode-nrefactory-xml5.0-cil libicsharpcode-nrefactory-cil-dev libicsharpcode-nrefactory-cecil5.0-cil
# IDE
apt-get install monodevelop
apt-get install monodevelop-database monodevelop-nunit monodevelop-versioncontrol