Windows Phone 7 Isolated Storage Explorer
2/20/2011source: 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/
Our Top Articles & Free books
- Our FREE e-book: "Windows Phone Toolkit In Depth" 2nd edition
- 400+ Windows Phone Development articles in our Article Index
- 21 WP7 Toolkit in Depth articles covering all controls
- 12 WP7 Coding4Fun Toolkit in Depth articles covering all controls
- Performance Tips when creating WP7 apps
- Creating a WP7 Custom Control in 7 Steps
- WP7 working with VisualStates: How to make a ToggleSwitch from CheckBox
- What makes a WP7 App successful
- Creating theme friendly UI in WP7 using OpacityMask
- Implementing Windows Phone 7 DataTemplateSelector and CustomDataTemplateSelector
- All about Splash Screens in WP7 – Creating animated Splash Screen
- Getting Started with Unit Testing in Silverlight for WP7
- WP7 WatermarkedTextBox custom control
Our Top Tips & Samples
- All about WP7 Isolated Storage series
- WP7 Dynamically Generating DataTemplate in code
- 5 tips for a successful WP7 Marketplace submission
- WP7: Navigating to a page in different assembly
- WP7 ContextMenu: answers to popular questions
- WP7 ListBox: answers to popular questions
- WP7 working with Images: Content vs Resource build action
- WP7 Element Binding samples
- WP7 working with XML: reading, filtering and databinding
- Drawing in WP7: #2 Drawing shapes with finger
- WP7 TextBox Light theme problems - the solution
- Changing the WP7 Panorama Background Image dynamically with Animation
