AngularJS > Single Page Application

AngularJS > Single Page Application


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.

Single Page Application

The complete source code of this "Single Page Application" tutorials can be viewed at GitHub - https://github.com/dotnetfunda/SinglePageApplication.


Single Page Application Source code

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

  1. HTML5
  2. CSS3
  3. AngularJS
  4. AngluarJS ngRoute module
  5. ASP.NET Web API

Read posts under AngularJS > Single Page Application

12 posts found
  1. Creating Single Page Application Project
  2. Single Page Application Architecture
  3. Setting up Single Page Application Project
  4. Single Page Application template
  5. Single Page Application Web API creation
  6. Single Page Application Route Navigation
  7. Single Page Application CRUD $http service
  8. Single Page Application view pages
  9. Single Page Application list view page
  10. Single Page Application create view
  11. Single Page Application details view
  12. Single Page Application edit view




Write for us






Hosting Recommendations