JavaScript / HTML5 Client

W10 Creating Dynamic Pages using MVVM and Knockout.JS

05/18/2016

1:30 PM - 2:45 PM

Level: Introductory to Intermediate

Christopher Harrison

Senior Content Developer

Microsoft

MVVM (Model-View-ViewModel) is the buzzword in JavaScript development these days. MVVM allows automatic updates of your UI when your data changes, and two-way data-binding. There are several frameworks that implement MVVM, including Knockout. What makes Knockout special is it's designed to work with other client-side technologies, allowing you to easily incorporate it into your existing pages. We'll show you how to get started with Knockout in 75 minutes. Maybe even less.