Tag Archives: Breeze

TechEd 2013, Day 3: OData, Web Api, SPA and John Papa

By Shahed C on June 6, 2013

On Day 3, my sickness had finally caught up to me. I had started feeling sick on the Saturday before the conference, the same day I was at CMAP Code Camp in Maryland. I had flown to New Orleans on Sunday, and have been at TechEd for the past few days, while coughing throughout the day.

I was completely burned out by Wed morning, so I had to sleep in, and miss the morning sessions. No worries, because I needed the rest and made up for it later that day. Dayquil and cough drops were my new best friends.

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