-
Caliburn is a framework designed to aid in the development of WPF and Silverlight applications. It implements a variety of UI patterns that are geared towards solving problems encountered in real-world scenarios. It's goals are: Support building WPF/SL application that are TDD friendly. Implement...
-
Some of you may be wondering about the status of Caliburn. I'm presently working on the new version and am having great success making it compatible with both WPF and Silverlight. It hasn't been easy, but it is going to work. There's a lot of under-the-hood improvements...
-
I've blogged previously about inconsistencies between SL 2 Beta 1 and WPF. In my previous post I mentioned a few critical things that I felt would make it hard for WPF developers to move code between the two platforms. Most of my complaints were not addressed in the updated Beta 2 of Silverlight...
-
After asking some questions of the community and doing some thinking, I've finally devised a plan of action for Caliburn: I'm going to freeze the current source code where it's at. Anyone who is using it can be assured that it's not going anywhere. However, I will not be making...
-
Caliburn is a WPF framework geared towards the creation of testable, maintainable and extensible client applications. It has strong support for MVC/MVP as well as many other features useful in the creation of a modern Windows application. I started building an early version of this framework in the first...