發表文章

目前顯示的是 4月, 2009的文章

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类似的项目 看來,我應該是沒猜錯~

免費的 ASP.NET MVC 導引書

下載位置: end-to-end tutorial chapter in PDF form 消息來源: Free ASP.NET MVC eBook Tutorial - ScottGu's Blog Nerddinner and a Free Book!

nRoute

官方網站: nRoute 來源: WOW, The Web : 使用 nRoute 框架来实现基于 Silverlight 的桌面应用 摘錄: nRoute Framework 是 codeplex 中的一个开源项目,你可以使用 nRoute 实现基于 Silverlight/ WPF 的类似桌面应用的框架。

Smart Thread Pool

官方網站: Smart Thread Pool 來源: 介紹好用元件:Smart Thread Pool 摘要: 最近發現 Smart Thread Pool 似乎蠻不錯用的,如果你的程式有多份工作需要同步執行,而又不考慮程式執行的先後順序時,是可以考慮使用 Smart Thread Pool 來開發多執行緒程式。

動態語言SDK (AgDLR)

官方網站: AgDLR 來源: InfoQ: Silverlight动态语言SDK Silverlight动态语言SDK在Silverlight和动态语言运行时(DLR)之间搭建了一个互操作的桥梁。这个SDK允许开发人员使用运行于DLR之上的动态语言来构建Silverlight应用程序。通过这个互操作的平台,动态语言就能利用特性丰富的Silverlight框架类库(FCL),而且动态语言也可以调用其他动态语言,比如IronPython可以调用Managed JScript。