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

Breezejs V1.3.6 Breaks My Application

I've updated my client library and server web api dll to latest version. Now whenever I do an e… Read more Breezejs V1.3.6 Breaks My Application

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

When To Add Extend Additional Complex Types Onto A Breeze Entity

I want to load an entity from the database, and then using it's ICollection (from the model cla… Read more When To Add Extend Additional Complex Types Onto A Breeze Entity

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

Maximum Call Stack Exccedwith Using Kendoui Grid And Breeze.js

I'm facing a problem to integrate breeze.js and kenoui grid . I have an observable array in my … Read more Maximum Call Stack Exccedwith Using Kendoui Grid And Breeze.js

Breeze Js: Is There A Way To Query Entities From Data.results?

I have a Breeze web api controller, with methods that accept parameters and do some work, filtering… Read more Breeze Js: Is There A Way To Query Entities From Data.results?

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

When To Add Extend Additional Complex Types Onto A Breeze Entity

I want to load an entity from the database, and then using it's ICollection (from the model cla… Read more When To Add Extend Additional Complex Types Onto A Breeze Entity