Web and JavaScript Development

VST10 Building Rich Data HTML Client Apps with Breeze.js

11/19/2013

2:00pm - 3:15pm

Level: Intermediate

Brian Noyes

CTO and Co-founder

Solliance

Learn how Breeze simplifies data access and management via services in HTML/JS client apps.

BreezeJS is a Javascript library that lets you easily retrieve and update data via RESTful and OData services. In this session you will learn how Breeze can help you with your data-bound HTML UIs to load and save data, cache it on the client side, track changes to that data and send updates to the server in batches or individually. You will see how to combine Breeze with the KnockoutJS library for the data binding, as well as see what the services you need to have on the back end look like.

You will learn:

  • Capabilities of Breeze and where it fits into your HTML application architecture
  • How to make CRUD service calls with Breeze
  • How to leverage the change tracking and batch updating of data from the client side in an HTML application with Breeze