Reworked on the Caliburn.Micro Template Pack recently. Thought it was necessary to provide the developers the ability to Create Bootstrapper as an Item Template. It also provides the option to develop the Pack more in coming days. You can access the Template Pack from Marketplace using the link here. Details of the pack is as follows.
Caliburn.Micro Template Pack for WPF
Caliburn.Micro Template Pack for WPF contains a comprehensive collection of Project Templates and Code Snippets for developing WPF application using Caliburn.Micro
Project Templates
- WPF Application that utilizes Caliburn.Micro for MVVM Framework
Item Templates
- Bootstrapper Class with MEF as IoC
- Bootstrapper Class with SimpleContainer as IoC
Code Snippets
- propcm – Creates Property with NotifyOfPropertyChange and backing field
- funcm – Creates function with Guard methods