Skip to content Skip to sidebar Skip to footer
Showing posts with the label Breeze

Breeze Newvalue.getproperty Is Not A Function

I've updated to new version of breeze and ef 6. And after I did this, I get error newValue.getP… Read more Breeze Newvalue.getproperty Is Not A Function

Preserving Asynchronous Query Order In Breeze/angular

I'm using BreezeJS to handle server-side filtering of an ng-grid. To do this, I'm just $wa… Read more Preserving Asynchronous Query Order In Breeze/angular

New Breeze 1.4.9 - Duplicate Entity - Possible Bug?

This problem started appearing after I upgraded to Breeze 1.4.9. I have the following entity: publ… Read more New Breeze 1.4.9 - Duplicate Entity - Possible Bug?

Angular And Breeze Edit Date Object

I have an AngularJS application where I want to edit a Date object that is being exposed by ASP Web… Read more Angular And Breeze Edit Date Object

Extending A Breeze Entity Using Typescript

I am developing a website using HotTowel and TypeScript. In John Papa's excellent PluralSight … Read more Extending A Breeze Entity Using Typescript

Pass Typescript Function As A Javascript Function

I use typescript with breeze. How can i pass a typescript function to executeQuery.then? class MyCl… Read more Pass Typescript Function As A Javascript Function

Calling Ko.tojs On Breeze Entity Causes Slow Long Running Script

When calling ko.toJS(entity) on any Breeze entity that has navigation properties or is part of a la… Read more Calling Ko.tojs On Breeze Entity Causes Slow Long Running Script

Breezejs Selecting Complextype Properties

I am running into an issue with Breeze and Durandal which is leading me to believe it may be a bug … Read more Breezejs Selecting Complextype Properties