I\'m trying to implement this Knockout example using ASP MVC 3\'s \"Razor\" view engine.
The first topic covers simple data binding of a C# array using the standard
The easiest way in MVC3 is to do:
var initialData = @Html.Raw(Json.Encode(Model));