This is a sample application using the NorthwindIB database, a modified version of the Northwind sample database that comes with Microsoft SQL Server.
This application uses Breeze, Angular , and Twitter Bootstrap on the client, and ASP.NET Web API and NHibernate on the server.
This app demonstrates how to use Breeze with the Wijmo Grid
(see controllers.js
), and a custom directive to perform client-side validation based on metadata provided
by the server-side domain model (see directives.js
and customers.html
).