Question

Are these two a good fit for each other? Is there any reference/screencast/book explaining howcome I:

  • build a primitive SPA on top of ASP.NET MVC 3/4 (any other language/framework is ok provided that next two requirements are adhered;
  • Use History API with History.js fallback;
  • Configure routes.
Was it helpful?

Solution

There are some very good complete tutorial on this, including videos from pluralsight

http://www.pluralsight.com/training/Courses/TableOfContents/spa

OTHER TIPS

At the end I choose the following stack to work with:

  • ASP.NET MVC 3/4;
  • require.js;
  • backbone.js;
  • Twitter Bootstrap / Zurb Foundation 3
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top