ASP.NET Single Page Application (SPA)

1.3k Views Asked by At

I am new to ASP.NET Single Page Application (SPA) using Backbone.js and Marionette.js

Can anybody provide a solid code example with explanation to get started with Visual Studio 2012

Actually, I need a working example in VS2012 using ASP.NET SPA(MVC4) + Backbone.js and Marionette.js instead Knockout.js

here is one which I liked the most so far: http://blog.patrickmriley.net/2013/06/mvc4-marionette-todomvc-template.html?showComment=1375253174438#c3265360992803109932

but still no code explanation.

Any help will be highly appreciated.

Thanks

1

There are 1 best solutions below

0
On

https://github.com/saqibshakil/SPA-Sample-App

this is my project on GitHub, it does not use MVC4 instead it uses WCF JSON service. But the service is detachable. Implemented using marionette and and a host of other open source library.

Support IE8 onwards. IE7 support just needs the inclusion of JSON2 library