The ASP.NET Single Page Application (SPA) is a new feature in MVC 4 beta preview.
This project type is based on a stack of open source libraries and the MVVM pattern made popular by WPF and Silverlight. Single Page Application(SPA) Frameworks are growing popularity in the web community with lot of libraries such as JavaScriptMVC, Backbonejs and many other libraries.
(Img src: asp.net official site)
ASP.NET MVC 4 introduces experimental support for building single page application (SPA) through a template. Much of the plumbing work of wiring up the client side scripts, javascript modelviews and the controllers is automated, making it a quick start to develop SPAs relatively easier.
The ASP.NET Single Page Application (SPA)includes the following components:
1.A set of JavaScript libraries for richer local interactions with cached data
2.Additional Web API components for unit of work and DAL support
3.An MVC project template with scaffolding to get started quickly
For more info:http://www.asp.net/single-page-application
1 comment:
Glad to see MS moving to the way the
rest of the world does things. This
sounds very futuristic. Can't wait till VS 2012 is readily available as
VS 2010.
:}
Post a Comment