Simple C# user interface with MonoDevelop on ubuntu
MonoDevelop is an open source integrated development environment for Linux, OS X, and Windows. Its primary focus is development of projects that use Mono and .NET frameworks.
MonoDevelop integrates features similar to those of NetBeans and Microsoft Visual Studio, such as automatic code completion, source control, a graphical user interface (GUI) and Web designer. MonoDevelop integrates a Gtk# GUI designer called Stetic. It supports Boo, C, C++, C#, CIL, D, F#, Java, Oxygene, Python, Vala, and Visual Basic.NET. ( From Wikipedia )
To install MonoDevelop use the following terminal command
sudo apt-get install monodevelop
or open Ubuntu software center and Search for 'monoDev'
Ubuntu software |