ASP.NET | MVC |
---|---|
RAD方式以拖曳開發 | 無 |
使用Server Control產生HTML | 使用code或HTML來產生HTML |
支援事件驅動 | 無 |
有ViewState | 無 |
有POSTBACK | 無 |
不易寫測試程式測試 | 容易測試 |
2010年12月16日 星期四
ASP.NET Web Form vs MVC
2010年12月8日 星期三
非同步WCF服務
為效能考量WCF服務端也可以寫成非同步模型,例如
Step 1.
Step 2.服務需提供兩個方法,BeginXXX 與EndXXX
Step 3.加Console Client
Step 4.Client ,Add Service Reference
Step 5.檢視Client的Proxy,只會有GetData方法
Step 6.Client的Main
Step 7.設同時執行兩專案
Step 8.Run
Step 1.
Step 2.服務需提供兩個方法,BeginXXX 與EndXXX
Step 3.加Console Client
Step 4.Client ,Add Service Reference
Step 5.檢視Client的Proxy,只會有GetData方法
Step 6.Client的Main
Step 7.設同時執行兩專案
Step 8.Run
訂閱:
文章 (Atom)