MVVM and View Models

Colin Wheeler: In the MVVM pattern the View Model encapsulates data/properties that the view can bind to, any validation logic and actions that can be performed. For instance if you had a button that needs to change its title text you would have a property on the view model that the button can bind its … Continue reading MVVM and View Models