I am developing two applications: a Windows 8 application and a Windows Phone 8 application. Both applications should use the same data set.
I would like multiple users to be able to access and use the data (read and write) from either type of the applications.
Other than Azure, what would be the recommended ways to accomplish it?
The Data Set will grow over time.
Thanks,
Eitan B
If data will differ from user to user than you should use
SkyDriveto store the each user’s data in theirSkyDrive, otherwise you have to use your own server to store all the data. Even if you use your own server, you can useLive SDKso that users can login using theirMicrosoft Account.