A quick start up for a WPF MVVM Caliburn.Micro MEF powered application. Tired of wiring up your MVVM application each and every time? New to MEF \ Caliburn and can't wait to put your hands ON? This template is meant for those who want to start code A light MVVM app in a quick and easy way.
Caliburn.Micro A small, yet powerful framework, designed for building applications across all XAML platforms. Its strong support for MV* patterns will enable you to build your solution quickly, without the need to sacrifice code quality or testability.
Mef The Managed Extensibility Framework (MEF) is a composition layer for .NET that improves the flexibility, maintainability and testability of large applications. MEF can be used for third-party plugin extensibility, or it can bring the benefits of a loosely-coupled plugin-like architecture to regular applications. |