In this section, we shall learn how to create a database driven Single Page Applications (SPAs) using HTML5, CSS3, ASP.NET Web API and AngularJS.
Single-Page Applications (SPAs) are a kind of web applications that load a single HTML page and dynamically update that page based ont he user interaction. Single Page Applications are created with the help of HTML5, CSS3 and JavaScript (mostly by using JavaScript frameworks or plugins like jQuery, AngularJS, KnockoutJS etc.).
SPAs are responsive web applications in nature and because of that it doesn't reloads the page on user interaction with the application. This means that much of the work happens on the cleint side using JavaScript.
The complete source code of this "Single Page Application" tutorials can be viewed at GitHub - https://github.com/dotnetfunda/SinglePageApplication.
The complete Single Page Application "How to" tutorials have been written based on a real time scenario and it is database driven Single Page Application. Please download the database driven Single Page Application source code.
Technology used to create this Single Page Application