若要測試Windows Phone應用程式效能,可以使用Windows Phone Performance Analysis工具。在Windows Phone類型專案中,開啟Windows Phone Performance Analysis工具;
設定想要監控的項目,點選Launch Application啟動你的程式,並開始收集資料:
在你的程式執行作業之後,按Stop Profiling結束
然後便可以檢視報表
若要測試Windows Phone應用程式效能,可以使用Windows Phone Performance Analysis工具。在Windows Phone類型專案中,開啟Windows Phone Performance Analysis工具;
設定想要監控的項目,點選Launch Application啟動你的程式,並開始收集資料:
在你的程式執行作業之後,按Stop Profiling結束
然後便可以檢視報表
設計Windows Phone程式時,可能會將某些資料儲存在Isolated Storage,你可以使用Windows SDK 附的Isolated Storage Explorer 工具程式,來檢視Isolated Storage 中的內容
Isolated Storage Explorer 工具程式,是一個沒有UI介面的工具,當你安裝SDK之後,它會出現在以下路徑
使用時,要設定幾個參數
例如以下範例:
將會列出目前Isolated Storage中包含一個文字檔:
使用Visual Studio 2010撰寫手機程式非常的簡單
ASP.NET 4.5 MVC 可以利用Asynchronous Controller來執行非同步的Action,簡單範例如下
在Windows 2008 R2 預設無法安裝 Windows Phone Developer Tools,因此就無法使用Windows Phone Emulator。Google了一下,參考Aaron Stebner's WebLog解法如下
悲慘的是,安裝完可以使用Windows Phone 模擬器,但因本人測試的機器硬體配備不符需求,所以還是無法使用Microsoft XNA Game Studio。Orz…
Visual Studio 11新增Mobile Application範本,這是為手機或Tablet PC設計的範本,建立ASP.NET MVC 4專案時,可以選擇Mobile Application
你可以使用Windows Phone模擬器來執行,或使用Browser來測試,在桌機上的Brower執行的畫面如下
專案範本中預設包含許多JScript,如jQuery Mobile library
以及knockout js,以便使用 Model-View-ViewModel (MVVM) 模式來建立Web應用程式。
支援Viewport meta tag
更容易在手機上以Scroll或放大的方式來檢視網頁。