
Mono将.NET带到了Linux、Mac OS X等类Unix平台。让这些平台都具备开发和运行.NET的能力。 Mono是一个完整的.NET运行环境,而与之配套的开发工具是:MonoDeveloper。
Mono 2.8.2 版本发布。修复了一些bug,对程序性能进行了提升。
Mono 2.8.2 版本主要更新和改进:
* Google Native Client Support
* New Profiler engine
* Faster socket stack
* Improved Parallel Framework
* SGen Precise Stack Scanning and Many performance improvements.
* Unified MonoTouch/Monodroid runtime support
* Cecil/Light
* New C# Compiler backend (can now use any custom mscorlib)
* VB Compiler can now compile to both 2.0 and 4.0 profiles.
* Supports ASP.NET MVC3, Razor and new WebPages.
* New WebMatrix.Data database API.
* Improved OSX Mono
* F# and IronRuby
详细的版本发布信息请查看:http://www.mono-project.com/Release_Notes_Mono_2.10
下载请点击:http://www.go-mono.com/mono-downloads/download.html

