Mono 1.2.6 がリリースされSilverlight 1.1サポート
最近あまり話題になっていない(勝手にそう思っている)Monoの1.2.6がリリースされている。
MonoはLinux上でも動作する.NET Frameworkのオープンな実装です。
リリース情報の詳細は、Mono 1.2.6 Release, 2007。
Mono 1.2.6の主な変更点
- Mono 1.2.6 can now be used as an SDK for creating Silverlight 1.1 applications on all platforms. This allows developers to create applications that target Silverlight without requiring a Windows installation.
- Native Windows.Forms driver for MacOS X allows Winforms-based applications to run without an X server.
- Support for the ASP.NET AJAX APIs and controls.
- Support for FastCGI deployments: ASP.NET can now be deployed on a multitude of servers that implement the FastCGI protocol (lighttpd for example) in addition to Apache.
- Windows.Forms now supports the WebControl on Windows and Linux using Mozilla.
- Runtime will now consume much less memory for 2.0-based applications due to various optimizations in generics support as well as including many new performance improvements and an updated verifier and an implementation of CoreCLR security.
- C# compiler is quickly approaching full 3.0 support, most of the basics work right now (except support for System.Query.Expression AST generation).
Silverlight 1.1用のアプリケーションを作成できるSDKとして使えるようだ。
MacOS X でX無しにWindows Formを動かせるのは面白い。(試す環境がない orz)
C# 3.0のLINQ対応もgood。
しかし、ASP.NET 2.0をApache2でホストしたときにどうも不安定だったのが治っているか試さなきゃ。

Comments