ASP.NET Single Page Application (SPA) helps you build applications that include significant client-side interactions using JavaScript. A preview of ASP.NET SPA shipped with the ASP.NET MVC 4 Beta release.
It includes the following components:
- A set of JavaScript libraries for richer local interactions with cached data
- Additional Web API components for unit of work and DAL support
- An MVC project template with scaffolding to get started quickly
To install SPA in you project you can use below command.
PM> Install-Package SinglePageApplication