跟上一篇介紹的 MonoDevelop for windows 相反,這是為了已經熟悉 Visual Studio.Net 的人用的,讓 Visual Studio.Net 能使用 mono 來進行開發,這樣可以加速移植應用程式到 mono 上的速度。 消息來源: Mono: Mono Tools for Visual Studio Preview Released
終於,MonoDevelop 出了 Windows 的版本,雖然是非常 alpha 的版本,但還是令人振奮。 安裝前,得先安裝 gtk# for windows,才能使用。 下載網址: Windows Preview (內有 gtk# for windows 的網址) 消息來源: Lluis Sanchez : MonoDevelop installer for Windows
這個工具會分析既有的組件,並產生一份相同介面的 c# 源代碼,但是裡面沒有任何的實作。 Analyze existing DLL and generate C# source code for stub DLL containing the same public API but no implementation. 下載原始碼試過之後,發現程式有問題,可能要等官方釋出正式版本。 官方網站: http://www.codeplex.com/StubGenerator 消息來源: Noam Lampert: Stub Generator project
Mono Windows Form 2.0 的部份都實作上去囉,下一版釋出的時候應該就能看到。 接下來就是 debug 跟往 3.0/3.5 邁進了... 消息來源: Miguel de Icaza: Mono's Winforms 2.0 is now API Complete Jonathan Pobst: The Big Finale
終於釋出了,不過官方釋出的 monolight 並沒有多媒體播放能力,如果要有多媒體播放能力,你得自行下載原始碼來編譯。 由於實際上是 Firefox 的 Add-on ,所以在安裝上,並不會有太大問題 (如果你是 Linux 用戶,應該能體會我想說的...)。 消息來源: Miguel de Icaza: First Moonlight Release Mono: First Moonlight Source Code Release Miguel de Icaza annonce une première release de Moonlight cnBeta.COM_Microsoft Silverlight_ 开源版 Silverlight - Moonlight 1.0发布
這兒 http://code.google.com/soc/2008/mono/about.html 是今年 Google Summer of Code 與 Mono 有關的項目,像 Git#、Windows form theme、Visual Studio addin for mono...等等,都相當讓人印象深刻呢~
現在 PowreShell 可不是只能在 Windows 下跑囉,現在有人移植到 Mono 上啦~ 官方網址: http://sourceforge.net/projects/pash 消息來源: Miguel de Icaza: Open Source Powershell Implementation
Q.yuhen 的博客 有 專文:Mono.Cecil 最佳搭档 — Reflexil 介紹,文章裡還有教學 Video,請移駕過去看~ Reflexil is an assembly editor and runs as a plug-in for Reflector. Using Mono.Cecil, Reflexil is able to manipulate IL code and save the modified assemblies to disk. Reflexil also supports 'on the fly' C# and VB.NET code injection. 官方網站: http://sourceforge.net/projects/reflexil/