ASP.NET Single Page Application (SPA) helps you build applications that include significant client-side interactions using HTML 5, CSS 3 and JavaScript. It’s now easier than ever before to getting started writing highly interactive web applications.
The ASP.NET and Web Tools 2012.2 Update ships a new template for building single page applications using knockout.js and ASP.NET Web API. In addition to the new SPA template, new community-created SPA templates are also available for download.
Content for using the new SPA template and Knockoutjs.
This video teaches the basics of AngularJS development, then shows how to host AngularJS applications in ASP.NET MVC and provide data services using ASP.NET Web API and SignalR.
By Mike Wasson|
The Knockout SPA template is part of the Web Tools 2012.2 release. It is based on jQuery and KnockoutJS
By Mads Kristensen|
Learn more about the additional SPA templates and decide which one is best for you.
By Web Camps Team|
In traditional web applications, the client (browser) initiates the communication with the server by requesting a page. The server then processes the request and sends the HTML of the page to the c...