The ASP.NET Single Page Application (SPA) is a new feature in MVC 4 beta preview. It provides a better end-to-end experience for building applications with significant client-side interactions using JavaScript.
It includes the following components:
The installation of SPA is a two-step procedure:
1. Install ASP.NET MVC 4. 2. Install the NuGet package containing the latest SPA scaffolding.In this chapter, you'll learn:
What SPA is and how is this documentation is organized.
By Brad Severtson|February 9, 2012
How ASP.NET SPA provides a better end-to-end experience for building applications with significant client-side interactions using JavaScript.
By Brad Severtson|February 9, 2012
This describes the organization of the SPA documentation and highlights ways in which the this documentation can be used.