WP7 Isolated Storage (1)-Introduction to Isolated Storage

Source: Internet
Author: User
What is Isolated Storage?

Isolated Storage is also called an Isolated Storage space. It is used to store data locally on Windows Phone 7. Is a folder structure for storing applications:

Isolated Storage is used to create and maintain local Storage. The architecture of WP7 is similar to that of Silverlight in Windows. All read/write operations are restricted to the file system that isolates the storage space and cannot directly access the operating system of the magnetic layer. This prevents unauthorized access and destruction of other applications, and enhances security.

Tip: if you have two applications that want to share the same data, you cannot use local storage. You can use web services.

Tip: there is no limit on the quota of isolated buckets in WP7. The application should only save the necessary data. When Windows Phone has only 10% of the available space, the user will receive a reminder and may stop the current application. This is a poor user experience for users.

You can perform directory operations, file operations, and application configuration information in an isolated bucket.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.