Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How does Prism compare with Caliburn?

Looking at the Prism and Caliburn frameworks as a WPF newbie, what are their relative strengths and weaknesses?

like image 967
Sean Kearon Avatar asked Jul 15 '09 08:07

Sean Kearon


1 Answers

I'm starting out with these frameworks too and this is what I gather.

Caliburn has been around longer and in my opinion looks to be more mature in some ways. It supports multiple IoC containers for example. However, some of the implementations of common features done in Prism are nice too and the founder of Caliburn has even removed some features that you would then get from Prism.

Prism's big advantage is that it is officially from Microsoft and as such will probably mature to become an industry standard in some ways. They will also support other IoCs other than Unity in the future.

From my reading, it appears possible to actually use both and that is what I'm looking into. I'll post back if I have any success

like image 130
Colin Goudie Avatar answered Nov 03 '22 23:11

Colin Goudie