Author: ASP.NET | Posted on: 4/19/2012 2:44:50 PM | Views : 783

One of the key trends becoming more and more popular is the Single Page Application Framework and building applications that behave as native applications running on the machine. SPA's have been tried and tested for a while now and with libraries like Knockout.js, Backbone.js becoming more and more capable, it becomes feasible to create SPA's. What is an SPA? I can describe in length but falling in line with DRY principle, here is the Wiki Link http://en.wikipedia.org/wiki/Single-page_application But in short, it is a framework that builds highly responsive web applications that don't infuse post backs and page reload. I can almost hear you say. "Wait!! Isn't that what AJAX and XMLHttpRequest promised?" "Can't I do it with Iframe?" Hence this...(read more) ...

Go to the complete details ...