Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Silverlight MVVM vs Prism

I'm a Silverlight newbie. I'm starting a new project and I would like to use existing patterns such as MVVM and PRISM.

Could anyone please guide me through which pattern is better for what type of scenario. And which one is mainly used in Silverlight, please

like image 656
Nil Pun Avatar asked Dec 05 '22 21:12

Nil Pun


1 Answers

MVVM is a pattern, PRISM is a framework that can be used to implement MVVM. To get started with Silverlight and MVVM I'd recommend looking at MVVM Light.

like image 106
Derek Beattie Avatar answered Dec 07 '22 23:12

Derek Beattie