Browse by Tags

All Tags » silverlight » mvvm » model-view-viewmodel
  • Model-View-ViewModel (MVVM) Explained

    The purpose of this post is to provide an introduction to the Model-View-ViewModel (MVVM) pattern. While I've participated in lots of discussions online about MVVM, it occurred to me that beginners who are learning the pattern have very little to go on and a lot of conflicting resources to wade through in order to try to implement it in their own ...
    Posted to Jeremy Likness' Blog (Weblog) by Anonymous on April 14, 2010
  • MVVM with MEF in Silverlight: Video Tutorial

    This is a video tutorial to introduce beginners to how to use both MVVM (Model-View-ViewModel) and MEF (Managed Extensibility Framework) with Silverlight (should work for versions 3 and 4). Of course, some ''veterans'' may want to watch as well in case you've missed some of the fundamentals, or have a clever way to do something that you can share ...
    Posted to Jeremy Likness' Blog (Weblog) by Anonymous on March 7, 2010
  • Silverlight/Prism ViewModel and DelegateCommand

    In yesterday's post about Decoupled ChildWindow Dialogs in Silverlight using Prism, I demonstrated a way to use EventAggregator to decouple the implementation of a dialog from the code that requires the confirmation. In one example, I showed a code-behind click event that fired off the process, something like this: private void ...
    Posted to Jeremy Likness' Blog (Weblog) by Anonymous on October 1, 2009
Powered by Community Server (Commercial Edition), by Telligent Systems