Build rich web apps in JavaScript with techniques you know.

Emeryville, CA
0.76.2 adds a new method, withParameters, that allows custom parameters to be passed to any server side method. bit.ly/UmTYDn
An FYI: breezejs is using stackoverflow for support instead of its forums. Just be sure to include the "breeze" tag with your questions.
1
2
1
inlineCount makes it easy to calculate count after applying filters/where clauses but before skip/take operations. bit.ly/UmTYDn
Breeze 0.75.1 adds an inlineCount method to the EntityQuery. bit.ly/UmTYDn
Some applications should have more than one EntityManager. Discover the advantages and how to create them. bit.ly/TRqRIZ
BreezeJS retweeted
Whoa #breezejs and #angularjs living in harmony. Need to set aside some time tomorrow breezejs.com/samples
2
2
Finally! My Dec. MSDN Data Points column on Breeze is online: "Pain-Free Data Access in JavaScript--Yes, JavaScript" juliel.me/VhcUDX
2
12
5
Encapsulate the application manager within a datacontext module and putting it where other modules can get it. bit.ly/X9bcL0
1
To be clear: you'll need to use an ECMAScript 5-compatible browser when you use #Angular with #BreezeJS. No polyfills for es5 properties.
1
Fetch entities without having to know whether it’s in cache or not. (And avoid an unnecessary trip to the server.) bit.ly/TFbUdB
1
Trying the new #angular + #breezejs sample; it's in the latest download breezejs.com/documentation/d…
A single EntityManager can share a cache of entities with every application view. Here's one way to do it with Breeze: bit.ly/X9bcL0
Have a lot of selectable forms that are populated with values from a DB? Breeze makes working with "lookup lists" easy. bit.ly/V8GThH
Breeze 0.74.1 adds new EntityManager.FetchEntityByKey and EntityManager.GetEntityByKey methods. Details in the API: bit.ly/V5TLHe
Breeze 0.74 includes a bug fix for multiple metadata controllers. bit.ly/UmTYDn
2
RT @John_Papa Updated the live CodeCamper #SPA demo here with some fixes from my @pluralsight course: jpapa.me/codecamperdemo
2
BreezeJS retweeted
Listen to @John_Papa talk about JavaScript client apps (SPAs) on DNR bit.ly/URr5j8 He might know something about that.
2
5
Now on .NET Rocks: @John_Papa builds Single Page Applications bit.ly/Teg125
3
8
We release 0.71.3 over the weekend, so Entity Framework's "DataBase first" DbContext is now supported too.
1
1
4
Breeze 0.72.1 is live. Big changes (simplified!) to the namespaces. Please see the release notes here: bit.ly/UmTYDn
2