2013's top samples
Our very first ToDo sample was our most popular sample for the year. To be fair, there is a lot ot be said for a humble ToDo ... in fact, they took two of the top five spots.
Here are the top five:
1. ToDo Angular
The Todo-Angular sample demonstrates Breeze and AngularJS working together in a single page CRUD (Create/Read/Update/Delete) application.
2. ToDo Knockout
The base Todo sample demonstrates Breeze and KnockoutJS working together in a single page CRUD (Create/Read/Update/Delete) application.
3. NoDb
The NoDb sample demonstrates a BreezeJS client working with an ASP.NET Web API service backed by an in-memory "database". No Entity Framework, No SQL Server.
4. DocCode
DocCode is the code companion to the Breeze documentation. Every code snippet you read should be present as a working example somewhere in the DocCode. Please let us know if we missed one.
5. Zza!
Zza! is a single page application (SPA) for ordering pizzas, salads and drinks. It's 100% JavaScript, written for Node.js running Express, and uses a MongoDB database.