It's about T-4 weeks til my Pluralsight course is available. As I get closer to reaching completion I'll continue sharing some thoughts on how the SPA is architected.
Web Service Layer and JSON The X AJAX stands for XML . but most of us use AJAX for requesting/pushing JSON. Most HTML5/JavaScript apps these days deal with JSON which makes having solid and simple server side JSON serving tools (lots of S's in there) really important. Enter the ASP.NET Web API, which I used an an integral part of the Code Camper SPA for my Pluralsight course, titled "Building Single Page Apps (SPA) with HTML5, ASP.NET Web API, Knockout and jQuery".
Recently I wrote about how my new end to end course on how to build a SPA is progressing. You can catch up on the previous posts in this series here:
Part 1 - The Story Begins (What is the Code Camper SPA?) Part 2 - Go to the complete details ...