Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Compare and contrast Caliburn v. MVVM Light Toolkit (mainly for Silverlight)?

I want to learn more about a MVVM framework but I don't have a lot of time to devote. Does someone have experience with Caliburn (or micro Caliburn) and MVVM Light Toolkit and can give some reasons to start with one framework over the other? This would mainly be for Silverlight development.

Or perhaps is there another framework that might be easier to start with?

thanks

like image 288
llcf Avatar asked Nov 20 '10 23:11

llcf


1 Answers

Have a look at this nice article that provides a summary and comparison of various MVVM frameworks - http://www.japf.fr/2009/10/a-quick-tour-of-existing-mvvm-frameworks/. The choice of an MVVM framework depends on the time available and the complexity of your project. If you wish to learn how to use a MVVM framework, it is best to work on a small project first in which you explore one or more frameworkss. MVVMLight and Caliburn are popular frameworks and they are used by both Silverlight and Windows Phone 7 developers. There are numerous sample applications available on the web that illustrate the use of these frameworks.

HTH, indyfromoz

like image 177
indyfromoz Avatar answered Nov 15 '22 05:11

indyfromoz