News

Data binding is one of the best features of XAML, so it's no surprise that this functionality has become more popular in HTML5. Several great JavaScript libraries help bring common and often-used ...
Instead of binding HTML elements to some random collection of fields, you bind your elements to properties on the ViewModel. You then flesh out your ViewModel with methods that read and update those ...