问题
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