Click here to Skip to main content
15,896,063 members
Articles / Web Development / HTML

A Single Page App with Knockout.js, ASP.NET Web API, and F#

25 Jan 2013CPOL 843  
A few weeks ago, I posted a simple example of a Single Page Application (SPA) built with Backbone.js, ASP.NET Web API, F#, C#, and more. Today, I'm posting a similar example, but built with Knockout.js. Let's look at some of the code.View:Knockout.js supports binding of model data directly to DOM el
Only logged in members can view this content

Please go to the HTML Table of Contents to view the list of available articles in this section.