Thursday, September 27, 2012

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

In this post, I introduce a simple example of a single page application built with Backbone.js, ASP.NET Web API, F#, and more. The example is an overly simple contacts app that allows you to view contacts and create new ones. It uses the Foundation 3 framework for styling and responsive design.

Here's a screenshot of the simple contact list view:







Solution Organization:

The C# project contains the following:

  • A single Index.cshtml file. 
  • All images, CSS, and JavaScript.
  • A "Templates" folder that contains 2 .htm files that hold the markup for each view. The templating feature of underscore.js is used to allow placeholders in the templates to be replaced with the desired data.

The heart of the client-side code is broken into 3 folders within the Scripts folder of the C# project:

  • The "app" folder contains a main.js, a utility.js, and a file containing route definitions using Backbone.Router.
  • The "models" folder contains the Backbone models and collections.
  • The "views" folder contains Backbone views.

The F# project contains the following:

  • ASP.NET MVC and Web API routes.
  • Definitions of JS and CSS bundles.
  • ASP.NET MVC and Web API Controllers.
  • A Model class.

Getting the Code:

You can find the full source at https://github.com/dmohl/FsWebSpa-Backbone.

EDIT: You can find a C# version at https://github.com/downloads/dmohl/FsWebSpa-Backbone/SpaBackbone-CSharp.zip.

9 comments:

  1. Do you have all C# version of this as well?

    ReplyDelete
  2. Sure, you can download it from https://github.com/downloads/dmohl/FsWebSpa-Backbone/SpaBackbone-CSharp.zip 

    ReplyDelete
  3. Sorry, but I don't know C# or ASP.NET do you have a version in PHP or Ruby?

    ReplyDelete
  4. I don't currently have a PHP or Ruby version, but I'll look into putting one together for you.

    ReplyDelete
  5. PHP would be awesome! Thanks :)

    ReplyDelete
  6. A PHP version can now be downloaded from https://github.com/downloads/dmohl/FsWebSpa-Backbone/Backbonejs-PHP.zip 

    ReplyDelete
  7. Thanks so much, I really appreciate this!

    ReplyDelete
  8. You're the best \m/

    ReplyDelete
  9. The Information which you provided is very much useful for Dot Net Training Learners Thank You for Sharing Valuable Information. I like this blog and this is very informative.

    Dot Net Course Chennai

    ReplyDelete