Author: .NET Web Development and Tools Blog | Posted on: 9/20/2013 5:00:00 AM | Views : 1453

The blog is based on Visual Studio 2013 RC release . We have completely rewritten the SPA template from the previous version( MVC 4). Here are some of the changes we made: The authentication story has completely changed. Instead of using cookie (which was used in the last release), we are using OAuth with a bearer token and OWIN , which is more correct in Web API world. A real single page app. We converted all the app pages into one web page and control the visibility of them by knockout. Account controller are now pure Web API controller Removed the todo samples and made the template generate boilerplate code. Updated to bootstrap to modernize and simplify the CSS story. Updated to the new Identity API. We use attribute routes as default route...(read more)

Go to the complete details ...