發表文章

ironclad

ironclad 可以讓 IronPython 直接使用 CPython 的 extension(.pyd),原來有些 library,如 bz2, Python 是藉由 bz2.pyd 來使用 bz2 的 C library,因此, ironclad 的出現使得 IronPython 的使用上更加接近真正的 Python 。 官方網站: ironclad - Google Code 消息來源: IronClad - Miguel de Icaza

C# Code Header Designer

如果你需要為你的每個原始碼檔案加上檔頭註解的話,可以試試這個省時省力的小工具,讓你可以很快地為每個檔案加上必要的說明或是 Lincense 宣告。 官方網站: CSharp Code Header Designer - Home 消息來源: Colby Africa : C# Code Header Designer 1.0 Released to MSDN Code Gallery

C# 與 VB 代碼標準參考

團隊運作中,一份適當的代碼寫作標準可以讓成員們更容易相互溝通,也可以讓之後的人容易維護,這份文件很值得參考。 不過,最重要的還是成員們都能夠接受這樣的規則,而不是無條件地強迫成員們都這樣作。 下載位址: codingstandards.zip 消息來源: Holiday Goodie Bag: Free C# and VB Coding Standards Reference Documents

Code2Plan

code2plan是由Jesse Johnston和Denis Morozov创建的一个敏捷软件项目管理工具,作为一款Visual Studio插件,其beta版已经免费发布了。该工具还能以独立应用的方式运行,可用来跟踪项目、迭代、用户故事、测试、缺陷及构建。 该工具吸引人的地方在于其与Visual Studio 2008的集成,但它还能以独立应用的方式运行。要想运行该工具则需要.NET Framework 3.5 SP1,如果没有的话,那么在安装该工具时会自动安装。 消息來源: InfoQ: Code2Plan:免费的Visual Studio敏捷项目管理插件

用於.NET的財務函數

有需要 Excel 相關財務函數的人,可以參考這篇: InfoQ: 用于.NET的财务函数 ,不必再自己刻一個或是另外呼叫 Excel 了。 網址在此: Excel Financial functions for .NET - Home

Ja.NET - Java Development Tools for .NET

這跟 IKVM.NET 不一樣, IKVM.NET 是一個架構在 .NET CLR 上的 Java Virtual machine,所以你仍然需要利用 Java SDK 來編譯你的 Java 程式,才能用 IKVM.NET 來執行編譯好的二進位檔。 Ja.NET 就跟 Java SDK 比較相似了,他提供了 compiler...等工具,讓你可以直接編譯 Java 程式為 .NET 的二進位檔。除此之外,他也提供了一些新語法,讓你可以使用 .NET 的特性。詳細的特色, 官方網站 首頁的 flash 介紹得很清楚。 這會把越來越多的 Java developer 拉到 .NET 陣營來嗎?

3D Tools for WPF

"怎麼在 WPF 裡畫出3D維度線?",這個問題老是週期性地出現在論壇裡,這篇文章的作者受不了啦~ 於是他寫出文章,當作是 FAQ: Windows Presentation Foundation-3D Musings : How to Draw WPF 3D Wireframe Graphics 第一個被列出來的解法,就是 3D Tools for the Windows Presentation Foundation ... 這是一組被用來幫助開發者使用 WPF 3D 特性的工具。 A collection of tools to help developers using the 3D features in the Windows Presentation Foundation. Some of things you will find inside: Code to interact with 2D content placed on 3D Trackball class to Rotate the camera using the mouse ScreenSpaceLines3D to draw fixed width lines in a 3D scene Texture coordinate generators