Rob Eisenberg has two more posts up about the Caliburn.Micro:
- Caliburn.Micro Soup to Nuts Pt. 1 – Configuration, Actions and Conventions
- Caliburn.Micro Soup to Nuts Pt. 2 – Customizing The Bootstrapper
In the last part we discussed the most basic configuration for Caliburn.Micro and demonstrated a couple of simple features related to Actions and Conventions. In this part, I would like to explore the Bootstrapper class a little more. Let’s begin by configuring our application to use an IoC container. We’ll use MEF for this example, but Caliburn.Micro will work well with any container.