提起跨平台,很多人都知道Java ,有了 Java VM ,Java 应用可以不加修改或是少量修改运行在Linux/Unit, Windows, Mac OS 平台上,但提起Mono ,却不为多数人所知,简单地说,Mono 和 Java 一样可以实现跨平台运行,只是采用了.Net Framework. Mono is a software platform designed to allow developers to easily create cross platform applications. Sponsored by Novell (http://www.novell.com/), Mono is an open source implementation of Microsoft's .NET Framework based on the ECMA standards for C# and the Common Language Runtime. A growing family of solutions and an active and enthusiastic contributing community is helping position Mono to become the leading choice for development of Linux applications.
Mono 是在Novell公司资助下一个开源项目,目的是提供跨平台的.Net Framework开发运行环境。尤其是开发Linux系统应用一个优先考虑的工具。
Mono 是按照微软ECMA标准开发的,这样在Windows 平台上使用 visual studio 开发的一些非图形界面应用,可以无需重编译直接在支持Mono 。Net Framework运行时的系统下运行,比如在Mac OS。 在Windows 平台下开发的一些类库也可以被Mono 项目直接引用。如果使用GTK#作为图形界面应用开发包,Mono GUI应用也可以实现跨平台运行。