Bounty
It\'s been awhile and I still have a couple outstanding questions. I hope by adding a bounty maybe these questions will get answered.
You could serialize your ASP.NET MVC view model into a javascript variable:
@model CourseVM
There are lots of examples in the knockout documentation that you could go through.