This is a multi-project template that generates a WPF solution with logical separation between View (C#), ViewModel (F#), Model (F#), and Repository (F#). Update: Version 1.12 adds an additional edition for VS2013. Version 1.11 provides support for VS2013 preview. Version 1.9-1.10 provided various bug fixes for VS2012 support. Version 1.8 includes the VS template related libraries with the VSIX so that everything will work in VS11 only environments. Version 1.7 includes a bug fix to support enviroments with Visual Studio 11 + Visual Studio 10 or just Visual Studio 11. Version 1.6 includes several bug fixes 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.5 coalesces the ViewModel, Model, and Repository into a single F# project and introduces 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.
|