breeze Questions
1
Solved
I was wondering whether or not BreezeJS is compatible when using other technologies other than Web API and/or Entity Framework? As I'm currently in development of a SPA using Service Stack to retri...
Bridlewise asked 18/1, 2013 at 21:43
1
Solved
Improving my example on how to use the metadata obtained to create validation rules in knockout (https://mcmap.net/q/1893891/-knockout-validation-using-breeze-utility) now I use the validators that...
Equanimous asked 14/1, 2013 at 10:11
1
Solved
I am running into problem where i subscribe to propertyChanged event, the subscribed event does fire for entity Modification, but never fires for when setting entity to Deleted.
what might i be doi...
Fawn asked 11/1, 2013 at 15:57
1
Solved
if I run the following query using the NorthindModel, NorthwindDataContext from the breeze samples only the first navigation property is expaned. All other returning null:
var query = EntityQuery...
Price asked 9/1, 2013 at 12:57
2
Solved
I'm rather new at this, but I've come to understand the security risks of using Breeze to expose an IQueryable<>. Would someone please suggest to me some best practices (or merely some recommend...
Figueroa asked 13/12, 2012 at 15:32
1
As a web developer I've discovered the joys of working with KnockoutJS lately but when it comes to working with the server I'm pretty much left on my own. I've considered BreezeJS and JayData...
Jaquiss asked 16/12, 2012 at 21:3
2
Solved
Currently I am calling all data queries as showed on BreezeJs docs / examples:
getEntityList = function (predicate) {
var query = new entityModel.EntityQuery().from("EntityList");
if (predicate)...
Disinclined asked 4/12, 2012 at 13:52
2
Solved
I have something like a Customer object with up to 50000 order in an ICollection<Orders>.
Assume the Custome being in the local cache, the orders not. How can i delete the Cutomer and all of ...
Interpellate asked 9/12, 2012 at 17:7
4
Solved
I am using Breezejs for client JavaScript. I am not sure how to get the Total count of query when using Breezejs (server side using IQueryable) that has filters (where clause) applied.
Lactose asked 1/12, 2012 at 20:47
2
Solved
For a current project, I am trying to get a feel for how to effectively utilize Knockout 2.1.0, Upshot 1.0.0.2, ASP.NET MVC4, and Entity Framework 4.3. There are a lot of basic architectural questi...
Megalith asked 23/5, 2012 at 3:41
1
There is an alpha for Ember Js and also Persistence. Is there something similar for AngularJs (or it is in plan)?
Maybe there is something that is framework independent?
What I need is actu...
Honora asked 5/11, 2012 at 19:45
3
Solved
Just starting to play with breeze.js because of the obvious gains in coding time, i.e. managing to access model data from the server direct within Javascript (I am a newbie here, so obviously bare ...
Neuroticism asked 2/12, 2012 at 15:56
3
Solved
We decided to use Web API, EF + ASP.NET MVC 4 + Knockout + Breeze for our project after a long research.
But we can not find any working grid for Breeze. We want to bind breeze entities to gr...
Undoing asked 30/11, 2012 at 8:57
3
Solved
I am looking in to using breezejs and have a few questions in terms of its capabilities and the best practices that come with it.
Does server side metada have to exist? If I have a non EF WebApi ...
Natality asked 28/11, 2012 at 14:44
1
Solved
i am defining some of my models atm using EF5 Code First. I have these
three sample classes with a many-to-many relationship:
public class Team
{
[Key, DatabaseGenerated(DatabaseGeneratedOpti...
Fulminous asked 29/11, 2012 at 23:13
1
Solved
I've recently added Breeze to a project using Knockout and ASP.NET MVC4. I really like Breeze and it saves a lot of coding.
I have used Knockout validation and like how it validates a property...
Medicaid asked 29/11, 2012 at 0:2
1
Solved
The question: How can I structure my code so that the knockout bindings are not applied until all of the queries for the ViewModel have been executed?
Update: After some further research and exper...
Manzoni asked 28/11, 2012 at 18:37
4
Ok, the title is a bit of a mouthful, but it states what I'm looking for. I have an oData endpoint, and I'm interested in seeing if there are any projects out there (preferably open source, maybe b...
Chaker asked 15/2, 2011 at 10:50
4
Is upshot js under active development? All upshot articles have been written in March 2012.
Is upshot js stable? Breeze seems to be under active development.
Is it ready for production? The...
Dawdle asked 28/9, 2012 at 20:43
6
Solved
I am thinking of using upshot.js along with Knockout in one of my very important projects. I do not see any documentation or any activity around upshot. Before I commit to this decision, is this pr...
Tila asked 2/9, 2012 at 18:58
© 2022 - 2024 — McMap. All rights reserved.