Click here to Skip to main content
15,886,724 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
What is the difference between mvvm and prism ? Can we develop an application using pure MVVM.
Posted
Updated 11-Feb-15 22:33pm
v2

1 solution

MVVM is just an architectural pattern.

PRISM is a framework which can help you to implement this pattern.

For more information on how to implement MVVM using PRISM please have a look at:
Understand MVVM Using PRISM by Hello World Silverlight Application[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900