Welcome to MSDN Blogs Sign in | Join | Help

October 2007 - Posts

將 Visual Studio 2005 程式碼中的註解轉換為文件檔

在 Visual Studio 2003 可以使用 Visual Studio 2003 內建的功能或是 NDoc,將在程式中的註解直接轉換為文件(如 CHM檔或 HTML 檔等)。 筆者非常喜歡這個功能。如在開發一個資料存取的元件時,可以利用不同的註解的關鍵字,將相關方法(Method)的說明及使用方法記錄下來,再直接產生說明文件(CHM檔),這樣一同開發的同事就可以參考這份文件。非常方便。 在 Visual Studio 2005 中要如何做?是否也可以結合 MSBuild? 筆者會這樣問,一定是有答案的囉,就是可以,可以透過
Posted by jchiou | 1 Comments

開發達人養成一日營

最堅強的師資、最札實的課程內容,特聘台灣微軟資深顧問楊志強,精誠恆逸教育訓練中心胡百敬、高光弘為你透析 SQL Server 2005 Transact-SQL,同時如何善用... 詳細內容...
Posted by jchiou | 0 Comments
Filed under: ,

Windows Mobile 6 有何新東東呢?

不錯哦: 1、Office Mobile篇 2、Windows Live篇 3、Windows 系統篇
Posted by jchiou | 0 Comments

Performance Testing Guidance for Web Applications

之前筆者介紹了 Web 測試工具的基本使用方法,再配合這個 Guide 有完整說明效能測試從頭到尾要如何做,供大家參考: Download the Guide The Final Release is Available! Start using the guide today, while we continue to make improvements. Download the Performance Testing Guidance for Web Applications Guide Abstract
Posted by jchiou | 1 Comments

Iinternet Explorer 7 使用介面說明

http://support.microsoft.com/gp/ie7_introduction/zh-tw 使用介面說明 1.您可以下圖紅色框選處輸入網址連結到您想要去的網頁,點選 來瀏覽上一頁下一頁, 可以重新整理網頁, 可以停止網頁的載入 2.您可以點選畫面中的 時,會顯示出下列紅色圈選處的畫面,您可以點選我的最愛來瀏覽您所儲存的網頁 3.也可以點選” 摘要 ”來瀏覽您所訂閱的一些網路資訊(關於如何訂閱請看 步驟7 ) 4.您可以點選" 歷程紀錄 ",來搜尋您這幾天上網的紀錄 5.您若想把瀏覽的網頁加入我的最愛時,您可以點選
Posted by jchiou | 0 Comments
Filed under:

IE7第一次開啟後要如何進行設定?

下列的連結中有詳細的說明,含詳細的中文圖片 http://support.microsoft.com/gp/ie7_introduction/zh-tw
Posted by jchiou | 0 Comments
Filed under:

2007年11月 - Microsoft Visual Studio Tools for Office 2008 講座

http://www.microsoft.com/taiwan/msdn/events/vs2005/event071108_1.htm
Posted by jchiou | 0 Comments
Filed under:

微軟技術菁英學院 SQL Server 2005 系統效能調教達人專班

此培訓課程中將針對 SQL Server 2005 系統效能調校做詳細的介紹其詳細內容如下: SQL 2005 效能調教概念及工具介紹 (含 Lab) CPU 效能瓶頸分析 (含 Lab) SQL 2005 記憶體及磁碟效能瓶頸分析 Blocking/Query 效能分析 微軟全球技術支援處工程師將會針對日常 Support 的經驗,為各位合作夥伴整理在系統效能調教時所需分析的面向以及工具的使用,學員可以從此培訓課程中學習到系統效能調教的大量有用知識以及工具的使用。 台北場在上上周就已額滿,目前台中及高雄還一些空位,有趣興的朋友,報名請參考:
Posted by jchiou | 0 Comments
Filed under:

Evaluate Forefront Server Security Management Console today

Forefront Server Security Management Console allows administrators to easily manage Forefront Security for Exchange Server, Forefront Security for SharePoint and Microsoft Antigen, providing a web-based console to centralize configuration and operation,
Posted by jchiou | 1 Comments

WSS 3.0中文應用範本免費下載中!

此外, WSS 提供了20種簡單的中文應用範本,包含人力資源, 專案管理, 銷售管理等常見應用, 免費供客戶使用. 可下載 “快速安裝套件” 下載位置: http://download.microsoft.com/download/a/3/8/a3873330-221c-4d26-b563-25253deb68ff/WSSInstallationTlp.zip
Posted by jchiou | 1 Comments
Filed under:

MSBuild Profiler

MSBuild Profiler is a performance measurement tool for MSBuild scripts. MSBuild Profiler shows a graphical performance output for all your MSBuild scripts, giving you a fair chance to optimize your build time. 詳細資訊: http://www.codeplex.com/msbuildprofile
Posted by jchiou | 1 Comments

patterns & practices Guidance Explorer

patterns & practices Guidance Explorer 可以快速的協助我們搜尋及瀏覽 patterns & practices guidance library 中的開發建議。它已將相關的 guidance 分門別類好了,包含: performance and security topics for .NET, ASP.NET, and ADO.NET applications。使用 IE 瀏覽這些 guidance 會容易迷失的朋友,可以試試這個小工具. 詳細資訊及下載位置:
Posted by jchiou | 1 Comments

Web 測試 - 設定頁面回應時間目標

為什麼要去錄製這些 Web 測試?有兩個很重要的目的: 自動化測試 協助衡量效能 那在 Web 測試中可以設定那些屬性來協助衡量網頁的效能? 可以在 Web 測試中為每一個網頁要求設定「回應時間目標」(Response Time Goal)。只有在能夠於目標指定的時間內擷取網頁及該網頁上所有相依要求時,才稱為達到要求的回應時間目標。這是一個重要的概念,就是它載入每一個網頁所花的時間。這稱為「回應時間」(Response Time)。 Web 測試的要求,預設並沒有設定回應時間目標。  
Posted by jchiou | 1 Comments
Filed under:

如何錄製一個 Web 測試

筆者的環境為 Vista + Visual Studio 2005 Team Suit SP1 + Database Professional with SR1&Power Tool。 注意事項:若是使用 Vista 的朋友,建議用『以系統管理員身份執行』來執行 Visual Studio 2005(如下圖)。 1. 在測試專案中右鍵=>加入=>Web 測試 2. 自動開啟 IE 及記錄器 3. 執行欲操作的動作及網頁 4. 左方會出現操作動作的記錄 5. 按下『停止』鍵,自動將記錄回存到
Posted by jchiou | 3 Comments
Filed under:

Web 測試之如何將 Web Server 參數化

當筆者說明如何錄製一個 Web 測試後,很多朋友會接著問:那如果我的 Web 應用程式換了一個 Web Server,是否就要重新錄製 Web 測試? 各位朋友不用擔心這個問題,這個問題在當初設計 Team Test 時就被考慮進去了,只要按下一個按鈕,即可協助我們將每個 Request 的 Web Server 改為一個參數,當 Web Server 有所變換時,只要修改這個參數即可,如下圖: 按下『參數化 Web 伺服器』之後,會出現參數設定的畫面,可以按『變更』,直接修改 URL 位置,如下圖:
Posted by jchiou | 1 Comments
Filed under:

Web 測試之如何將錄製的 Web 測試轉換為 C# 或 VB的程式碼

不知各位朋友是否還記得以前使用 Application Center Test 時,它是將錄製完的結果是存為 VBScrip 或 JScript,若要除錯是較不方便的。 Team Test 可以直接依目前的測試專案為 C# 或 VB的專案,將之轉換為 C# 或 VB 的程式碼,我們也可以直接設定中段點來做偵錯的動作。 當 Web 測試從錄製格式轉換為程式碼之後,您就可以像編輯其他任何原始程式碼一樣地編輯這個程式碼。此外,還可以加入迴圈和分支建構、動態地變更測試中的要求數目,以及動態地產生測試所點擊的一組
Posted by jchiou | 0 Comments
Filed under:

[新貨到] Microsoft Exchange Server 2007 Management Pack for Operations Manager 2007

E2K7 Management Pack 可以使用 Operations Manager 2007 來監控 Exchange 2007 的情況!! 下載位置: http://www.microsoft.com/downloads/details.aspx?FamilyId=1A83E112-8677-4E03-83C3-F1B7EBFC3A4B&displaylang=en
Posted by jchiou | 1 Comments
Filed under:

SQL Server 2005 JDBC Driver 1.2

The JDBC driver provides an adaptive buffering feature to retrieve any kind of large-value data without the overhead of server cursors. In addition, this release includes support for Secure Sockets Layer (SSL) encryption and tightly coupled distributed
Posted by jchiou | 1 Comments
Filed under:

如果在使用微軟產品時遇到問題,可以在那得到相關的資訊?

介紹朋友一個好所在:微軟的 技術支援服務首頁 使用後,就知效果,這就是你解決問題的希望   相信這樣的描述還是不夠清楚,筆者以一個實際範例來說明。 問題:程式無法連結到 SQL Server 只要3個步驟,即可找到相關的參考資訊: 1: 技術支援服務首頁 直接在 IE 的網址列輸入 http://support.microsoft.com/default.aspx 或是使用 IE 的功能列 => 說明 => 線上支援(如下圖)   2. 如何使用關鍵字搜尋 在技術支援首頁右手邊的文字方塊輸入所看到的錯誤訊息的關鍵字(也可以使用事件檢視器中看到的錯誤訊息),筆者輸入『SQL
Posted by jchiou | 1 Comments

Web 測試疑難排解-01-無法解析遠端名稱

問題描述 : 如果您的 Web 測試包含防火牆之外的 URL,當您執行測試時,可能會收到下列錯誤訊息: 中文的訊息: RequestFailed:發生下列錯誤可能表示您必須設定 Web 測試中的 Proxy 伺服器:無法解析遠端名稱。 英文的訊息: RequestFailed: The following error occurred which may indicate you need to configure a proxy server in your Web test: The remote
Posted by jchiou | 0 Comments
Filed under:

Visual Studio 2005 Team Edition for Software Testers (Team Test)

Visual Studio 2005 Team Edition for Software Testers (Team Test) 是筆者很喜歡的一個工具 它提供多樣的測試類型: 單元測試(Unit test) Web 測試(Web test) 負載測試(Load test) 手動測試(Manual Test) 順序測試(Ordered Test) 一般測試(Generic Test) 在 VSTS 建置與導入指南 中(如下圖),有相關的中文教學影片 有時間,筆者會從基本的功能介紹,與大家分享;或是有想了解的功能,請留
Posted by jchiou | 2 Comments
Filed under:

是否有方法協助 DBA 或主管對 T-SQL 的語法進行分析呢?

如果有使用 VS 2005 Database Professional 工具的朋友有福囉! 在 Database Professional 可以透過 Power Tool 來增強它的功能,達到對 T-SQL 做靜態分析的功能, 看看 T-SQL 與微軟建議的原則是否有不符的地方,協助做 T-SQL 的 review。 跟大家分享一下: 筆者的環境為 Vista + Visual Studio 2005 Team Suit SP1 + Database Professional with SR1&Power
Posted by jchiou | 0 Comments
Filed under: ,
 
Page view tracker