I come from a PHP background and I am going ahead with building a Windows Store App.
I am wondering how would I come across storing data in the cloud on a windows app so if my app requires a user to register and login to access the app how would I store it in a database?
I understand with PHP it's just setting up the connection and using SQL queries to store and retrieve however what is the approach with Windows Apps?