This is a F# template that generates a WPF solution with logical separation between View, ViewModel, Model, and Repository. Releases: Version 1.13 adds additional editions for VS2013. Version 1.12 adds support for VS2013 Preview. Version 1.9 - 1.11 provides various fixes to support VS2012. Version 1.8 includes a bug fix to support enviroments with Visual Studio 11 + Visual Studio 10 or just Visual Studio 11. Version 1.7 fixes a few bugs and adds support for Visual Studio 11 and F# 3.0. Additionally, to eliminate a hard dependency on Expression Blend, the Event to Command example has been commented out. This will be completely removed in a future version. Version 1.6 includes examples of behaviors such as value converter and event to command. You can find additional information on my blog (blog.danielmohl.com). Additional related links that may also be of interest to you include: F# WPF/Silverlight Value Converter Example, F# WPF/Silverlight Attached Property Example, and F# WPF Event to Command Example.
|