MVVM – Model-View-ViewModel Separation of concerns View = handled UI Model = contains pure data ViewModel = communicates between View and Model through bindings Works Great with Silverlight and WPF XAML based data bindings Testable Model Represents...
Prism is a real interesting Guidance and was built for Silverlight 2.0, and some of the feedback I’ve received is if it works well with the new version 3.0, and so I remembered blogging about this. The most usual questions are...