Contents tagged with Caliburn

  • Caliburn Meets TPL / Async

    Tags: Caliburn, Async

    With C# and Async integration in the language, you'll wonder how this fits in your current application infrastructure. I have started porting an old application into Silverlight 5.0 which comes with … more

  • WPF Application with Caliburn - Part Four

    Tags: Caliburn

    This is the next serie in the Caliburn tutorials. You can find previous post: Part One, Part Two, Part Three

    One of the best features of Caliburn framework that I haven't seen in other MVVM … more

  • WPF Application with Caliburn - Part Three

    Tags: Caliburn

    This is the 3rd part of the serie where in previous post we saw how to develop WPF applications using Caliburn Framework. In this post, we'll see some more advanced usage where our shell instead of … more

  • WPF Application with Caliburn - Part Two

    Tags: Caliburn

    In this part of the tutorial, we'll enhance our shell view to display other presenters and add Save and Print support for presenters supporting it. You can use generalize this example and learn how to … more

  • WPF Application with Caliburn - Part One

    Tags: Caliburn

    Back in May 2008, I did two posts on how to implement a composite application using Caliburn framework. By that time, Caliburn was still in pre-alpha stage. With lots of the changes along the way to … more

  • Caliburn = Less Code?

    Tags: Caliburn

    Caliburn is an application framework for WPF / Silverlight. If you're developing applications for these platforms, there are many reasons why you definitely need to be using this framework, but today, … more

  • Caliburn or Prism

    Tags: Caliburn

    I was using Caliburn framework on a pet project of mine for the last couple of weeks. At some point of time, when I merged my custom made styles, application did not open views anymore, complaining … more