My colleague Developer Evangelist for Windows Phone in California, Daniel Egan, has posted a helpful article on the step-by-step implementation for consuming REST data in a Windows Phone application.
Over and over again, I see developers that have this great idea for an application that pulls cool data from a great services BUT get tied up in the implementation of “Getting It Done”. So I thought I would show you a quick and easy way to get REST data from a service, transfer the JSON data to a POCO list and Bind it to a ListBox. (In under 3 minutes)
Read the article here.