The Caliburn framework is packed with a variety of features spread across three main assemblies. In this post, I'll be discussing a few features available in Caliburn.dll. I'll cover basic configuration of the framework and demonstrate how a WPF UI can communicate with a Controller/Presenter...
Caliburn is a WPF framework geared towards the creation of testable, maintainable and extensible client applications. It has strong support for MVC/MVP as well as many other features useful in the creation of a modern Windows application. I started building an early version of this framework in the first...