What's Continuous Integration?
Continuous Integration is a software development practice where members of a team integrate their work frequently, usually each person integrates at least daily - leading to multiple integrations per day. Each integration is verified by an automated build (including test) to detect integration errors as quickly as possible. Many teams find that this approach leads to significantly reduced integration problems and allows a team to develop cohesive software more rapidly. This article is a quick overview of Continuous Integration summarizing the technique and its current usage.
Martin Fowler
http://www.martinfowler.com/articles/continuousIntegration.html
2008年4月20日星期日
2008年4月18日星期五
AJAX in ASP.NET 3.5 & VS2008
1. 內建AJAX
2. 自動註冊AJAX於web.config
3. 支援WCF
http://beta.weblogs.asp.net/scottgu/archive/2007/07/30/asp-net-ajax-in-net-3-5-and-vs-2008.aspx
AJAX 1.0 References
http://asp.net/AJAX/Documentation/Live/Overview/default.aspx
Javascript References
http://www.devguru.com/technologies/ecmascript/QuickRef/javascript_index.html
2. 自動註冊AJAX於web.config
3. 支援WCF
http://beta.weblogs.asp.net/scottgu/archive/2007/07/30/asp-net-ajax-in-net-3-5-and-vs-2008.aspx
AJAX 1.0 References
http://asp.net/AJAX/Documentation/Live/Overview/default.aspx
Javascript References
http://www.devguru.com/technologies/ecmascript/QuickRef/javascript_index.html
2008年4月16日星期三
TFS指引手冊
許多人在進行完VSTS教育訓練, 常提到有沒有VSTS的Best Practices的參考資料, 以下的電子書詳實記錄如何使用Team Foundation Server. 內容包含 :
1. TFS基本架構說明
2. 原始碼控制
3. 專案管理
4. 客製化流程範本
5. 報表
6. 安裝及維護團隊環境
http://www.codeplex.com/TFSGuide
1. TFS基本架構說明
2. 原始碼控制
3. 專案管理
4. 客製化流程範本
5. 報表
6. 安裝及維護團隊環境
http://www.codeplex.com/TFSGuide
VSTS & TFS 2008 VPC Image
VSTS為三層式架構, 對於想要試用VSTS的人來說, 安裝VSTS是件不容易的事, 除了要裝展示層的VSTE, 還要裝SQL Server, Team Foundation Server及依存服務(WSS, SSRS...等), Microsoft定期都有提供VPC Image(因為會過期, 所以定期 -_- ), 以下的VPC Image到2008年底過期. 內容包含Lv 200, 300 Hands on Lab.(lv200 入門級, lv300 導入上線有一段時間的人比較適合)
http://www.microsoft.com/downloads/details.aspx?FamilyID=c7a809d8-8c9f-439f-8147-948bc6957812&displaylang=en
http://www.microsoft.com/downloads/details.aspx?FamilyID=c7a809d8-8c9f-439f-8147-948bc6957812&displaylang=en
VSTS 2008 Power Tools
如果要客製化TFS的Process Template, 我們可以使用Team Explorer的Process Template Manger先下載所需要的Process Template. 下載的Process Template大多為XML定義檔, 如果使用文字編輯器去進行客製化, 是件不容易的事, 以下的VSTS Power Tools, 有提供一個具備GUI界面的Process Template Editor. 對於進行客製化的人應該會有很大的助益.
http://msdn2.microsoft.com/en-us/tfs2008/bb980963.aspx
http://msdn2.microsoft.com/en-us/tfs2008/bb980963.aspx
訂閱:
文章 (Atom)