Address Book Demo Source Code

After drafting a handful of demo apps in C#, IronPython, and F#, I quickly realized that F# was likely the optimal fit out of the three for building WPF-CPS applications. It's concise syntax dovetails most naturally with the Fluent Interface of WPF-CPS, in my humble opinion.

There are five files in the solution:
1_FontsAndBrushes.fs
2_Helpers.fs
3_Actions.fs
4_MainPanel.fs
5_AddressBook.fs

This example hasn't yet been updated to reflect WPF-CPS Version 5.0 changes.