ASP.NET MVC 4 Beta introduced Single Page Applications (SPA), web applications that provide rich functionality to a web page through a client side script. Support is limited, but a basic framework for building data driven web pages using popular JavaScript libraries is provided. This article discusses the SPA project template and parts of a typical SPA application.
