November 2010 - Posts

3
Comments

Windows 7 Phone – Loading from Isolated Storage by SeanMcAlinden

In my previous post (Saving to isolated storage) I demonstrated a simple example of saving a serialised json file to the Windows 7 Phone isolated storage, in this post I’m going to show a simple example of retrieving a file out of isolated storage simlar...
3
Comments

Windows 7 Phone – Saving to Isolated Storage by SeanMcAlinden

I was recently asked how to save a serialised file to the Windows 7 phone isolated storage so I thought I’d post an example, similar to how I did this within my Windows 7 phone database Rapid Repository . In this post, I’m going to show a simple example...
5
Comments

Windows 7 Phone Database Rapid Repository Exclude Entities From Cache by SeanMcAlinden

Download the code and a fully working example application from http://rapidrepository.codeplex.com/ Tutorials Introduction Set up the Rapid Repository Create, Read, Update and Delete Eager Loading Examining Pending Changes Exclude entities from the cache...
3
Comments

Windows 7 Phone Database Rapid Repository – Examining Pending Changes by SeanMcAlinden

Download the code and a fully working example application from http://rapidrepository.codeplex.com/ Tutorials Introduction Set up the Rapid Repository Create, Read, Update and Delete Eager Loading Examining Pending Changes Exclude entities from the cache...
1
Comments

Windows 7 Phone Database Rapid Repository – Queries and Views Proposal by SeanMcAlinden

Hi All, I’m about to start working on the query side of the Rapid Repository as I think this will be the most important requirement for the next release (which I am hoping will come pretty soon). My current plan is to do something fairly simple but I...
6
Comments

Windows 7 Phone Database Rapid Repository v1 Released by SeanMcAlinden

Hi All, Rapid Repository V1.0 has been release today. The Windows 7 Phone database should make development a great deal easier when working with Windows 7 Phone isolated storage, mainly as the isolated storage is abstracted away by the Rapid Repository...
More Posts