WindowsPhoneGeek

WPAppInfo

Login | Join (Why?)

rss rss rss
logo

Windows Phone 7 Isolated Storage Explorer

2/20/2011

source: codeplex

WP7 Isolated Storage Explorer is a tool designed to help developers and testers interact with the isolated storage file for Silverlight Windows Phone 7 applications.
The explorer can work both as a desktop application for testers or integrated in Visual Studio for developers.

Whenever a WP7 application/project involves storing data locally the the device, it will be to the isolated storage file. A common difficulty is accessing the data for testing or rapidly restoring the application's data/state after the isolated storage has been reset, usually during the testing and development life-cycle. One of the usual workarounds has been to add code to handle data transfers (to a WCF service or a remote Web Service) or just hard code test data, but this takes a lot of time and migrating the code from one project to another can take significant effort.

To help solve these issues and facilitate faster development for a WP7 application, the WP7 Isolated Storage Explorer includes the following features designed to make your life easier:

...

You can also follow us on Twitter @winphonegeek

Comments

posted by: on 4/20/2011 9:13:26 PM

Batch script for ISETool.exe

posted by: Mike on 9/26/2011 10:25:18 AM

I wrote a batch script to automate the use of the ISETool.exe. Check it out at: http://blog.supaywasi.com/2011/08/using-isolated-storage-explorer-tool/

Add comment to 'Windows Phone 7 Isolated Storage Explorer'

Comment

Our Top Articles & Free books

Our Top Tips & Samples