Tuesday, February 14, 2012

How to develop .NET applications in ubuntu ?

MonoDevelop is a GNOME IDE primarily designed for C# and other CLI (.NET) languages.It supports the following languages: C, C++, C# (1.0, 2.0 and 3.0), Vala, Boo, Java, Nemerle, ILasm, ASP.NET and VB.NET.





Features:

Debugger Integration (Mono Debugger and GNU Debugger), Class Browser, Assembly Browser, Built-in Help, Monodoc Integration, Code Completion (also known as IntelliSense), Code Folding, Color Schemes, Code Refactoring, On-the-fly error underlining, XML Editing, Embedded HTML viewer, Gettext support, GTK# Designer, MSBuild project support and Makefile Generation.

Open terminal using Applications ---> Accessories ---> Terminal (or) Press Ctrl + Alt + t.

Step 1 : Type the following :

           sudo apt-get install monodevelop

mono - 1

Step 2 : Now select Applications ---> Programming ---> MonoDevelop.

mono - 2

Done!

No comments:

Post a Comment