I'm developing application for windows phone 8 and I need to get user data from remote MySQL database. This database is also used by the web-application.
What is the solution for this problem? Where I can read some information about using remote data storages with windows phone 8?
You can use the restsharp client for windows phone. Its fully documented and a nuget install is also available. heres the link http://restsharp.org/