WCF + Windows Phone 7

左心房为你撑大大i 提交于 2020-01-01 05:33:08

问题


Is it possible to work with WCF service for Windows Phone 7 applications?

Any link would be really helpful.

Thanks


回答1:


Here's a quick walkthrough of hooking a WP7 app up to a WCF service. Scroll right to his first tutorial.

AfricanGeek Silverlight 3 Video Tutorials

Joel Johnson's also started a series here.

Begining WCF for Windows Phone Developers




回答2:


Accessing WCF Data Services from WP7

Reddit WP7




回答3:


yes it is possible and there are many ways to do this. a simple solution would be to create a wcf service using the webbinding to expose a restful service that takes and returns json. consume this service via http on your wp7 app.



来源:https://stackoverflow.com/questions/4775465/wcf-windows-phone-7

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!