Difference between revisions of "Mono"
imported>Cov |
imported>Cov |
||
Line 12: | Line 12: | ||
* [http://proquest.safaribooksonline.com/?uiCode=vatech&xmlId=0672325799 Mono Kick Start through Safari] (requires [[Proxies and VPN|campus IP]]) | * [http://proquest.safaribooksonline.com/?uiCode=vatech&xmlId=0672325799 Mono Kick Start through Safari] (requires [[Proxies and VPN|campus IP]]) | ||
* [http://www.mono-project.com/Main_Page Mono homepage] | * [http://www.mono-project.com/Main_Page Mono homepage] | ||
+ | |||
+ | [Category:Libre course software] |
Revision as of 16:27, 2 December 2009
Mono is a cross-platform Free Software .NET compiler and runtime.
Programming in C# is required for ECE 4564 Network Application Design. Thanks to Mono, all assignments for that class can be completed from Linux, if GTK# is substituted for 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-browser
External Links
- Mono Kick Start through Safari (requires campus IP)
- Mono homepage
[Category:Libre course software]