Episode

MVC + Knockoutjs = Client side MVVM bliss

with Roland Guijt

Knockoutjs is a small Javascript library with great power. It enables you to use the MVVM pattern in Javascript. Controls in HTML can be bound to properties in a Javascript object in a two way manner. MVC enables you to get data easily from the server. Synchronously or asynchronously. This combination creates powerful results with a minimum of code on the client side and also very maintainable code. In this code-centered session I'll show you the basics and best practices of Knockoutjs and show you a real world example that uses MVC/Knockoutjs.