Tutorial: Building a WPF application with Caliburn.Micro

Recently when I set out to build a WPF application for one of the products my studio develops I decided to use the small Xaml framework called Caliburn.Micro to assist with wiring up the application and allow me to easily follow the MVVM pattern. The problem I faced was that the documentation was all over the place making it difficult to get a clear understanding of what the true capabilities of the framework were. In this tutorial I will take you through setting up a WPF application with a basic configuration of Caliburn.Micro.