Address Book DemoAttached is an Address Book Demo desktop application written in F# and leveraging WPF-CPS. This example hasn't yet been updated to reflect WPF-CPS Version 5.0 changes.
To try out, download and unzip all files to a single directory on a Windows 7 or 8 machine that has .NET 4.0 installed.
Then, launch the FunDemo application.
Note that the Contacts text file is used as the data store. This is just a plain text file, not even XML, since this is merely a demo application. I would likely advise using XML, Isolated Storage, and/or a cloud-based solution such as Azure Mobile Services if you were writing an app of your own for the Windows Store.
AddressBookDemo.zipThis software is offered as-is and without any warranties or guaranties.