Mono Develop

Run .NET Application in Linux using
mono


MonoDevelop is a development tool for .net developemnt in linux. It is based on the code of Sharp Development – a windows based open source development environment for .net. MonoDevelop happen to be a very nice and easy to use .NET IDE for mono. As I mentioned the IDE started with the source of sharpdevelop (A.K.A #D). But instead of WinForms the GUI has be replaced with
gtk#. It has all the feature you can expect in a stadard IDE.






Fig 1 : The monodevelop welcome page

The IDE features some of the most importna features like intellisence, code highlight, gui designer etc. The IDE is mainly focused on C#. development. But you can also create vb.net based application with it. The GUI toolkit supported by the IDE is gtk#.






Fig 2 : Source code video of monodevelop for a gtk# based GUI application

The features in mondevelop is so nicely build that it is very easy to use to build applications in gtk# for linux and also it has a distribution builder, which makes it much easier to distribute and deploy a gui based application in mono to any client machine. The packager has an option to target the app for both linux and windows. For a windows machine you only need the gtk# runtime in the windows machine. And the application will run properly.

Comments

Popular posts from this blog

Configure Netbeans For Android development

Configuring CI pipeline in Jenkins for PHP projects

Configure Netbeans for Apache TomEE and OpenJPA