Fork me on GitHub

Live Durandal.js demo application available now! 7

Live Durandal.js demo application available now!
I have posted a live copy of  a non-trival “Survey App” demo using Durandal.js, Knockout.js, and FluentKnockoutHelpers as an example of the various frameworks. I’ll be going though and extending this application at Twin Cities .NET User Group next week. Take a look and let me know what you think! Live Demo: http://durandaldemo.apphb.com (thanks AppHarbor!) This demo should give you a good ...

New Experiment: Fluent Knockout Helpers

Over the past couple months I have grown addicted to using Knockout.js to quickly create highly interactive views using ASP.NET MVC and WebAPI. With this combination of tooling and a single page application approach I have found this pattern to be most efficient for me: MVC – Serves up the views containing markup, Knockout bindings, ...