DCSIMG
Isolated Storage,DEV - Alex Golesh's Blog About Silverlight Development

Browse by Tags

All Tags » Isolated Storage » DEV (RSS)

Silverlight for Windows Phone 7: “Tombstoning”

This post will talk about tombstoning (what a name!) – the part of application lifecycle on Windows Phone 7. The Windows Phone execution model governs the life cycle of applications running on a Windows Phone, from when the application is launched until it is terminated. The execution model is designed to provide end users with a fast, responsive experience at all times. To achieve this, Windows Phone allows only one application to run at a time. This eliminates the possibility of users getting their...

What’s new in Silverlight 3 Beta 1?

As just announced at MIX09 keynotes, new version of Silverlight will hit our machines – this time it will be Silverlight 3 Beta 1. Here is the short list of what’s new in there: Go offline with your application: Silverlight 3 provides all the features you need to store your application on your users machine, and then work against their data in the your isolated cache or under their MyDocuments. Your application can ask the user if they want to add a link to your application on their desktop or start...