Simple play icon Course
Skills Expanded

Building Data-Centric Single Page Apps with Breeze

by Brian Noyes

This course covers how to use the Breeze.js JavaScript library and server support to build rich, data-centric HTML Single Page Applications or highly interactive pages within a larger web application. You learn the end-to-end capabilities of the Breeze library and how to use them.

What you'll learn

If you are building an HTML Single Page Application, hybrid HTML installed mobile app, or just a web page that presents a lot of data that the user will be editing, you need to be able to retrieve and manipulate data on the client side in JavaScript. You'll need to query web services to retrieve the data for presentation, let the user edit the data, and push those changes to the server. And if you are going for a rich, stateful, interactive user experience, you won't want to be doing full page post backs to get that done. To work with the data on the client side, you'll need change tracking and validation of edits, the ability to filter, sort, and page data from the client side. You might need to work with that data offline as well. Breeze.js is a JavaScript library that does all of that for you. Breeze lets you quickly develop a good layered architecture on the client side in JavaScript, acting as a data layer, repository, or data gateway for your client side code. This course will walk you through all of the core features of Breeze. You'll learn how to execute queries from your client side JavaScript to retrieve data for presentation, work with the cached data on the client side, enable rich editing scenarios, handle changes to the data client side, validate that data, and send changes back to the server side. You'll see how to set up the services using ASP.NET Web APIs and how to work with OData services.

Table of contents

Course Introduction
3mins

About the author

Brian Noyes is CTO and Architect at Solliance (www.solliance.net), an expert technology solutions development company. Brian is a Microsoft MVP and specializes in client application architecture, full stack web development, cloud and microservice architecture. Brian has authored several books and dozens of technology publication articles, including Developer's Guide to Microsoft Prism 4, Data Binding with Windows Forms 2.0, and Smart Client Deployment with ClickOnce. Brian got started programmin... more

Ready to upskill? Get started