Tag Archives: Caliburn

One of the .NET tracks during the Bootcamp 2012 in Barcelona offered an opportunity to use, learn and analyze Caliburn.Micro 1.3. After using PRISM 1.0 for over a year I decided to compare those 2 MVVM frameworks.

Posted in .NET, UI | Tagged , , , | 1 Comment

In my last post I covered basic topics about Caliburn and Caliburn.Micro. Lets look into the core infrastructure. Bootstrapper In short terms the Bootstrapper is responsible to configure the framework and provides extension points to hook in various Inversion of … Continue reading

Posted in .NET | Tagged , | Leave a comment

Caliburn.Micro is a lightweight and small, yet powerful framework for developing rich WPF, Silverlight or Windows Phone applications. Caliburn.Micro has only a single dependency to the System.Windows.Interactivity library. Due to its small footprint of only 75 k and approximately 2700 … Continue reading

Posted in .NET | Tagged , | 1 Comment