發表文章

Lunula

可以把 Lisp 轉為 C# 的轉譯器/編譯器。 Introducing Lunula

Mono Tools for Visual Studio Preview

跟上一篇介紹的 MonoDevelop for windows 相反,這是為了已經熟悉 Visual Studio.Net 的人用的,讓 Visual Studio.Net 能使用 mono 來進行開發,這樣可以加速移植應用程式到 mono 上的速度。 消息來源: Mono: Mono Tools for Visual Studio Preview Released

MonoDevelop for Windows

終於,MonoDevelop 出了 Windows 的版本,雖然是非常 alpha 的版本,但還是令人振奮。 安裝前,得先安裝 gtk# for windows,才能使用。 下載網址: Windows Preview (內有 gtk# for windows 的網址) 消息來源: Lluis Sanchez : MonoDevelop installer for Windows

D.NET

D 語言也移植到 .NET CLR 上了,還有什麼語言還沒移植過去呢? 官方網址: D Compiler for .NET 消息來源: InfoQ: D.NET编译器源码发布了

AJAXProfilling Extension

現在你可以針對你的 ASP.Net AJAX 應用程式作 profiling 了,讓你可以更了解效能的瓶頸在哪裡,並加以改進。 [quote]AJAXProfiling Extensions is an add-on to the performance tools that areavailable in Visual Studio Team System 2008 Development Edition andVisual Studio Team Suite, extending them to allow you to profile theclient-side JavaScript code in your AJAX application. [/quote] 消息來源: VS2008 AJAX Profiling Extensions - 博客园IT新闻

Microsoft Chart Controls懶人包

之前提過的 Microsoft Chart Controls ,有人整理了一份懶人包,從入門文章到相關參考都列出來了,不妨參考看看: Dave does Data : Free Chart Controls for .NET: Windows and Web – Handy Links

Common Compiler Infrastructure (CCI)

官方網頁: Common Compiler Infrastructure - Metadata The Microsoft Research Common Compiler Infrastructure (CCI) is a set of components (libraries) that provide some of the functionality that compilers and related programming tools tend to have in common. The metadata components provide functionality for reading, writing and manipulating Microsoft Common Language Runtime (CLR) assemblies and debug files. The functionality provided by these components subsumes the functionality provided by System.Reflection and System.Reflection.Emit. 從簡介看起來,我猜可能像是 Mono.Cecil 一樣,可以直接操作 Assembly,不過或許不是也不一定~ 消息來源: 微软公布CCI工具源代码 并加入开源许可中_Microsoft 微软_cnBeta.COM Kirill Osenkov : Common Compiler Infrastructure released on CodePlex 補充 從對岸朋友的文章: 类型的可见性,System.Reflection与Mono.Cecil的差异 - Script Ahead, Code Behind - JavaEye技术网站 与Mono.Cecil类似的项目 看來,我應該是沒猜錯~