IsolatedStorage Blog

WinRT: Static Local Storage Settings

February 4, 2013 in WinRT XAML by Greg Lutz

ABC Application settings are useful for quickly storing some value for later runs of the application. A great example of this is storing the last selected item id so that the… Read the rest Tags: , ,

Serializing Lists to IsolatedStorage – Quick and Painless

August 14, 2012 in Silverlight by Greg Lutz

ABC Whether it's user settings or some quick data that I want to persist between runs of my application, I've often found a need for quickly saving and loading data from… Read the rest Tags: , ,

Data Access on the Windows Phone

October 20, 2011 in Windows Phone by Greg Lutz

ABC Today at lunch I gave an online presentation that talked about data access techniques on the Windows Phone 7. Data, whether in the cloud, on your company’s server, or locally… Read the rest Tags: , , , , ,