With the release of Mono 2.4.2, Mono officially added a virtual PC virtual machine image. This is good news for users who often use virtual PC on Windows platforms. They can easily test. Net Applications in Linux. The virtual machine environment of this VPC is opensuse 11.1 + mono 2.4.2. You can download http://go-mono.com/mono-downloads/ here
Mono 2.4.2 officially added support for the Asp.net MVC project. That is to say, the Asp.net MVC project can now run on mono. Asp.net MVC is a project based on the MS-PL protocol, the MS-PL is an OSI-approved license, and GNU also recognizes it as a free software license, it allows anyone to view the source code, modify the source code, and publish the modified source code. In addition, this license does not limit that the code can only run on Windows, so that the code can be transplanted to other operating systems, such as mono (Linux. net) and monolight (Silverlight on Linux ). Monodevelop has a plug-in that can be used to develop ASP. net mvc programs on Linux and Mac OS X.
There are also some Microsoft projects using MS-PL licenses:
- ASP. net mvc Open Source
- . NET Dynamic Language Runtime (DLR)
- Ironruby
- Ironpython
- Silverlight Toolkit
- Ajax Control Toolkit
- Managed extensibility framework (MEF)
That is to say, these projects can run on Mono, and some of them are included in mono, such as ironpython and DLR.
Nginx + mono 2.0 in Ubuntu supports Asp.net