Mono

From the Linux and Unix Users Group at Virginia Teck Wiki
Revision as of 16:18, 2 December 2009 by imported>Cov (Created page with ''''Mono''' is a cross-platform Free Software .NET compiler and runtime. Programming in C# is required for [[ECE 4564|Netw…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Mono is a cross-platform Free Software .NET compiler and runtime.

Programming in C# is required for Network Application Design. Thanks to Mono, all assignments for that class can be completed from Linux, if GTK# is substituted from Windows Forms.

Development Environment

The recommended development environment is MonoDevelop, which as of version 2.0 comes bundled with a GUI designer. Note that the debugger and API documentation are packaged separately. To install everything on Ubuntu Karmic, run:

$ sudo apt-get install mono-complete monodevelop monodevelop-debugger-mdb monodoc-http

External Links