Question

I am New at Windows 8 app development. I want to create an app which stores data in skydrive like this

<person>
     <name>XYZ</name>
     <geb>01.01.1992</geb>
     …
</person>

How can I do this? I only find a version to send a value with an array index. How can I save data as XML or whole files like xml or pictures in the cloud?

Was it helpful?

Solution

You can use Azure mobile service to store data in cloud as tables. It is paid service and you can use it for commercial purpose. Here's some posts which might be helpful to you.

Announcing Windows Azure Mobile Services

Windows Azure Mobile Services - Channel 9 Series

Windows Azure Mobile Services - MSDN Documentation

Windows Azure Mobile Services - MSDN Samples

Windows Azure Mobile Services - Official Site

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top