Caliburn Meets TPL / 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
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
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
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
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
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 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
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
In the first part, we learned how to create a basic composite UI with Cliburn Framework. In this part we'll see how Presenters play their part and how we do binding, etc.Views and PresentersBefore … more
This is the first part of the serie I'll be posting about how to create a composite application with WPF. Along the way, we'll use best practices and frameworks such as :Caliburn for WPF Composite … more