JavaScript/HTML5 Client, Workshops

MW02 Workshop: Data-Centric Single Page Applications with Angular, Breeze, and Web API

05/05/2014

9:00am - 6:00pm

Level: Introductory to Intermediate

Brian Noyes

CTO and Co-founder

Solliance

By the end of this workshop, you will know how to build out the vertical slices of your HTML SPA app from top to bottom.

You need to build an HTML client app either as a browser app or to package as a hybrid mobile app, and there is a lot of data presentation and manipulation involved. You may be fully embracing the Single Page Application (SPA) architecture, or you may just have some highly interactive and data-centric pages you need to implement. You want to make sure you end up with good, clean, maintainable, testable, and easy to implement client and server side code.

This workshop will take you end-to-end, showing you how to put together a rich data driven HTML client interface using Angular to separate the UI data manipulation, separate the markup and logic, and navigate between views. You'll see how to use Breeze to do the heavy lifting on making the service calls for you, tracking changes on the entities, sending changes to the server side in batches, and more. Then you'll also see how to set up the server side using ASP.NET Web API to expose the services consumed by your client. By the end of the day, you will know how to build out the vertical slices of your app from top to bottom.

You will learn:

  • How to do data binding in HTML client side applications with AngularJS
  • How to structure views, view models, and navigation with Angular
  • How to simplify AJAX data access via services with Breeze