Skip to content
| Marketplace
Sign in
Visual Studio>Templates>Windows Phone Http Client (sample)
Windows Phone Http Client (sample)

Windows Phone Http Client (sample)

Houssem Dellai

|
3,935 installs
| (0) | Free
A sample project template that shows how to consume Web API web services (GET, POST, PUT and DELETE) using a Windows Phone 8.1 client.
Download

ASP.NET Web API is the technology built by Microsoft to expose web services. Because it is based on HTTP, it can communicate with a wide range of devices, any devices that can talk HTTP. This project template will illustrate one of the devices, Windows Phone, and focus on the code to write on the client side.

To invoke the Web API services in order to get the complete list of employees, or edit an employee, or add a new one or even delete one, the client will use the Json.Net and HTTP Client Libraries, which are installed as a Nuget packages inside the solution.

To view the both the client and server code of the project, visit: https://code.msdn.microsoft.com/Restful-Application-8b6aafdd

 


  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft