Does anyone have a simple data entry example which involves WC开发者_开发知识库F (Odata ) and WP7? Thanks
Here are two good places to start:
- Introduction to WCF Data service and ODATA
- OData and WCF Data Services
Once you have the service itself running, you would access it in the WP7 application the same way you access any other WCF service.
Note that there is a OData Client Library for Windows Phone 7. You might also want to read this article for some additional info.
精彩评论