發表文章

目前顯示的是 7月, 2008的文章

IronEditor

Iron ?? 是的,這是特別為 DLR 系列語言如 IronPython、IronRuby 客製的編輯器。不過 Iron Man 不包括在內喔~ 官方網頁: IronEditor - Home 消息來源: Ben Hall's Blog: Announcing IronEditor - An Editor for IronRuby, IronPython and other DLR languages DLR Hosting and related stuff... : IronEditor - Editor for IronPython, IronRuby and other DLR languages

ASP.NET AJAX 4.0 CodePlex Preview 1 釋出

前一陣子才釋出 Roadmap ,緊跟著,開發小組就釋出 4.0 的 Preview 1 版本了。 消息來源: ASP.NET AJAX 4.0 CodePlex Preview 1 available

.NetMap

.NetMap 是一組用來看網路圖形的應用程式,同時還附有一組類別庫讓你可以用來在你的應用程式裡加上這些圖形。 官方網站 上的截圖看起來相當的炫,另外還提供了 Excel 2007 的 Template,讓你可以在 Excel 2007 裡輸入資料以後,就直接看到這些酷炫的圖形。 消息來源: .NetMap - Released - visualize your Networks (Social, etc) from Excel

Pex

這個工具可以分析你的代碼,產生出必要的單元測試代碼。目前還在 Microsoft Research 裡,尚未正式作為產品釋出。 不過你還是可以先到 Pex - Automated Exploratory Testing for .Net 這裡研究研究。 消息來源: InfoQ: .NET自动探索式测试工具——Pex

PowerShell Management Library for Hyper-V

所以你現在可以用 PowerShell 管理 Hyper-V 虛擬機器了... 官方網址: http://www.codeplex.com/PSHyperv 消息來源: InfoQ: PowerShell Management Library for Hyper-V登上CodePlex

PowerShellASP

簡單的說,就是讓你可以用類似 ASP 的方式來寫網頁,但使用的語言是 PowerShell。消息來源的文章裡有一個簡單的範例可以參考。 對了,這個產品免費。 引用自官方網站: PowerShellASP is an ASP-like template language for Web Applications; templates contain a mixture of markup (HTML, XML or whatever you want to generate) and inline PowerShell code. At runtime, templates/pages are fully translated to PowerShell code and executed as a single unit inside a PowerShell pipeline, with the results sent to the client browser. PowerShellASP runs off the ASP.NET platform, implemented as a custom IHttpHandler mapped to *.ps1x files. Because of this, you can mix PowerShellASP pages alongside any ASP.NET application. This provides a great way to leverage PowerShellASP inside your existing applications as needed or you can create complete applications from scratch based only on *.ps1x pages. 官方網站: PowerShellASP - Build dynamic web content with PowerShell 消息來源: PowerShell ASP - Too cool!

Visufire

Visifire 是一組可以將資料視覺化的元件,簡單的說,也就是圖表啦,只是他使用的技術是 Microsoft 的 SilverLight。 官方除了讓你可以免費使用之外,還提供了一個 圖表設計工具 ,讓你省掉摸索文件的功夫,使用這個設計工具,點一點、拉一拉,再把產出的 html 拿去用就好了。 要注意的是,雖然他遵循 GPL 3.0,但是如果你使用在商業用途的話,是需要付費的喔!! 引用自官方網站: Visifire is a set of open source data visualization components - powered by Microsoft® Silverlight™. With Visifire you can create and embed visually stunning animated Silverlight Charts within minutes. Visifire is easy to use and independent of the server side technology. It can be used with ASP, ASP.Net, PHP, JSP, ColdFusion, Ruby on Rails or just simple HTML 消息來源: VisiFire - Open Source Silverlight Charts

Terrarium 2.0 源碼釋出

Terrarium 是一個用 .NET 寫的遊戲,最早是被 Windows SDK team 當作 測試 之用,真是很令人難以想像。 自 .NET 2.0 釋出以後,就沒人再修改過,現在重新釋出到 CodePlex 上,讓大家可以參考,裡面你可以學到如何在 Windows form 裡使用 DirectX、XML Web services、P2P網路、自動更新...等等技巧。 官方網址: .NET Terrarium 2.0 消息來源: Microsoft Windows SDK Blog : .NET Terrarium 2.0 source code now available!

ASP.Net Ajax Roadmap

ASP.Net Ajax 開發小組釋出了 Ajax 未來的藍圖,我大致瞄了一下,其中關於 javascript 的部份,感覺上與 jQuery 相當接近,有興趣的人不妨下載先看看~ 下載網址: ASP.NET - Release: ASP.NET AJAX Roadmap

NetSpell

NetSpell 是一個完全以 C# 撰寫的單字檢查引擎,可以在 ASP.Net 或 Windows form 下用來檢查使用者單字是否拼錯。官方提供的檔案包含了字典,除此之外還提供了工具讓你可以自行製作字典作為檢查單字之用。 官方網站: NetSpell

Gallio .NET測試自動化平台

以下引用自: InfoQ: Gallio .NET测试自动化平台 Gallio 是一个针对.NET测试框架的自动化平台: Gallio自动化平台是一个针对.NET的开放的、可扩展的中立系统,提供了一个公用对象模型、运行时服务和工具(例如测试运行器),从而可被众多测试框架所利用。 官方網站: Gallio 螢幕截圖: Screenshots

MonoDevelop 2.0 Alpha 1 釋出

好快,我記得年初才釋出 1.0 版,現在已經要釋出 2.0 Alpha 1 了?! 這裡是它的 Release notes ,裡面介紹了不少新功能呢~ 如果你需要看中文的話,參考對岸愛好者的翻譯: cnBeta.COM_Microsoft .NET_ MonoDevelop 2.0 Alpha1发布 不過遺憾的是 ASP.Net Visual designer 終究還是沒有出現,取而代之的是 html 編輯器的 tag completion 以及其它輔助功能~ P.S. 我好像也該更新他的翻譯檔了...

Sandcastle 源碼公佈到 Codeplex 了

Sandcastle 是一個替代以前 NDoc 的工具,主要用來產生代碼的說明文件。現在如果你想研究 Sandcastle 的話,現在有原始碼可以看囉~ NDoc 停止開發的最主要原因是因為作者對於微軟老是不尊重社群,老是自己要另外搞一套的行為感到生氣。 消息來源: Shake to Develop : Sandcastle : Sandcastle Source Code published in Codeplex

Using 7-Zip in .NET

在 .NET 裡要作壓縮、解壓縮?現在你又多了個選擇,使用 7-Zip。有人在 Code Project 寫了篇文章,提供原始碼,完整地將調用 7-Zip 函式庫的程式包裝起來,讓你可以使用簡便的方法去呼叫 7-Zip。 原文章: C# (.NET) Interface for 7-Zip Archive DLLs 消息來源: InfoQ: 在.NET应用程序中使用7-Zip的压缩/解压缩功能

NHibernate 2.0.0.Beta1發佈

這一版融合了很多 Hibernate 3.2 的特性,不知道變動有多大,有空要來看看。 消息來源: NHibernate 2.0.0.Beta1发布了 - 博客园IT新闻