267 Views
The post explains the command pattern used in Silverlight MVVM applications. It also explains how Prism provides the framework to implement the MVVM and Command pattern in a Silverlight application.
1 comments
dpeterson
11/22/2011 9:20:23 AM
MVVM is definitely the way to go for desktop apps. Once I made the switch from traditional code-behind, my productivity went way up, along with ease of maintenance. I haven't use Prism, but Caliburn.Micro worked very well for me.