Tag Archives: MVVM

TechEd 2013, Day 2: Async, MVVM, Kinect & Pluralsight

By Shahed C on June 5, 2013

I started Day 2 with breakfast and made some time to update my blog with Day 1’s post. I have been having wifi problems at the hotel, so I wasn’t able to get my day’s post published the night before. So, the next best thing was to publish it the morning after, at the Alumni Lounge.

Alumni Lounge

Continue reading

Getting Started with Knockout.js and MVVM

By Shahed C on March 10, 2013

Introduction

JavaScript is almost as old as the first graphical browsers, but it has been swimming in a sea of spaghetti code since its inception. With the introduction of many JavaScript frameworks over the years, there has been a lot of improvement in making it a robust programming language. One such framework is Knockout.js, which uses the MVVM (Model-View-ViewModel) pattern to bind HTML templates to a JavaScript view model.

Knockout logo

Continue reading