Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WCF + Windows Phone 7

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

Any link would be really helpful.

Thanks

like image 320
Jayesh Avatar asked Jan 23 '11 18:01

Jayesh


3 Answers

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

like image 163
Mick N Avatar answered Oct 14 '22 02:10

Mick N


Accessing WCF Data Services from WP7

Reddit WP7

like image 28
PMC Avatar answered Oct 14 '22 04:10

PMC


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.

like image 1
CedricB Avatar answered Oct 14 '22 02:10

CedricB