简体   繁体   中英

WCF + Windows Phone 7

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

Any link would be really helpful.

Thanks

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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM