天天看點

與衆不同 windows phone (29) - Communication(通信)之與 OData 服務通信

<a href="http://www.cnblogs.com/webabcd/archive/2012/09/26/2703329.html" target="_blank">[索引頁]</a>

<a href="http://files.cnblogs.com/webabcd/WindowsPhone.rar">[源碼下載下傳]</a>

與衆不同 windows phone (29) - Communication(通信)之與 OData 服務通信

介紹

與衆不同 windows phone 7.5 (sdk 7.1) 之通信

與 OData 服務通信

示例

1、服務端(采用 Northwind 示例資料庫)

NorthwindService.svc.cs

2、用戶端(ViewModel 層)

MyViewModel.cs

3、用戶端(View 層)

App.xaml

App.xaml.cs

Demo.xaml

Demo.xaml.cs

OK