JavaScript SPA: Managing Application Data


Overview/Description
Target Audience
Prerequisites
Expected Duration
Lesson Objectives
Course Number
Expertise Level



Overview/Description
A JavaScript single page application, or SPA, uses a combination of JavaScript libraries and web development frameworks to communicate with the server, consume and manage data, and to display application views on screen. A SPA serves up a single HTML page in which all of the application views are rendered on the client, and data that is retrieved from the server can be cached and efficiently managed on the client. In this course, you will learn how to add, save, delete, and handle changes made to application data in a JavaScript SPA in Visual Studio 2013.

Target Audience
Web developers seeking an introductory guide to developing lightweight, high performance JavaScript single page applications in Visual Studio 2013

Prerequisites
None

Expected Duration (hours)
1.8

Lesson Objectives

JavaScript SPA: Managing Application Data

  • start the course
  • set up a JavaScript SPA server to facilitate the creation of a view to be used for adding new records to a connected SQL Server Compact database
  • create a view that can be used for adding new records to a connected SQL Server Compact database in a JavaScript SPA client
  • set up a JavaScript SPA server to facilitate the deletion of data by accessing the data context and using an HTTP POST request
  • delete data by accessing the data context and using an HTTP POST request from a JavaScript SPA client
  • map navigation routes to implement customized navigation bar menus
  • set up a JavaScript SPA server to facilitate the creation of a view model that supports a view for adding application data
  • create a view model that supports a view for adding application data from a JavaScript SPA client
  • set up a JavaScript SPA server to facilitate adding data by accessing the data context and using an HTTP POST request
  • add data by accessing the data context and using an HTTP POST request from a JavaScript SPA client
  • set up a JavaScript SPA server to facilitate marking items for deletion before actually making the call to the server to delete them
  • mark items for deletion before actually making the call to the server to delete them from a JavaScript SPA client
  • set up a JavaScript SPA server to facilitate adding null objects to a view
  • add null objects to a view in a JavaScript SPA client
  • to get web developers quickly started in developing their first JavaScript SPA using various frameworks in Visual Studio 2013
  • Course Number:
    sl_jssp_a07_it_enus

    Expertise Level
    Intermediate