What the heck is MVVM?
By: Brad
Hey Brad I keep hearing about “MVVM” what the heck is that? MVVM or Model, View, View Model is a design pattern that is used with WPF (Windows Presentation Framework); although as a pattern it could be used with any UI framework. The Model and View part of the pattern are the same as in… To read more click here.