Address Book Demo Source CodeAfter 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.fs2_Helpers.fs3_Actions.fs4_MainPanel.fs5_AddressBook.fsThis example hasn't yet been updated to reflect WPF-CPS Version 5.0 changes.