views:

259

answers:

1

Hello, what's the difference between MVVM and prism v2 design pattern to develop SL and WPF applications?

+7  A: 

Prism is not a design pattern, but a Library of different components; some of them can help you implementing the MVVM-pattern, for example with Commanding.

gammelgul
Hellothank you gammelgul,composite application is a design pattern?so what's the difference between the composite application guidance for SL and WPF and the MVVM?thank u
Jaffal