breeze Questions
2
Solved
i´m using the Papa's course CCJS code to investigate Breeze.js and SPA. Using this code i´m trying to manage aditional information that cames from server but that is not an Entity contained in the ...
Pedanticism asked 6/5, 2013 at 5:43
2
Solved
I'm new to the whole client-side SPA world. I'm using the above technologies, which seem quite promising. However, one huge snag that I can't get over easily is the lack of built-in security. I had...
Verbal asked 4/5, 2013 at 20:39
2
Solved
Is there a .Net attribute that will tell Breeze to completely ignore a property?
I know that making the property protected is one way to hide it from Breeze and prevent its serialization, but what...
Differentia asked 29/4, 2013 at 9:23
1
Solved
I am doing an application with durandal, breeze, and knockout. I have started to implement some test. The first problem that I have had is to decide what I should test and what not. I know that I s...
Pulvinus asked 30/4, 2013 at 10:31
2
I develop a project with knockout/breeze.
I would like to know if it is possible to force knockout to mark an observable as changed (even if focus is still in the field). My goad is to notify use...
Tent asked 28/4, 2013 at 9:56
1
Solved
I have an Angular application using Breeze and that has a shared EntityManager for my different controllers. A few of my controllers can be reached without executing a query to pre-populate the Ent...
1
Solved
I've defined my main module as such:
angular.module('domiciliations', ['domiciliations.service', 'loggerService', 'person.directives']).
config(['$routeProvider', function ($routeProvider) {
$...
Corene asked 16/4, 2013 at 7:46
1
Solved
I'm trying out Breeze.Js and everything compiles and i have a breeze-decorated controller, but when trying to access the data I receive an error about an assembly which breeze.js has referenced, bu...
Monoatomic asked 11/4, 2013 at 12:38
2
Solved
I develop an asp.net solution with Durandal/breeze.
Here is my code to get all my shippers:
var query = EntityQuery.from('Shippers')
.select('id, name, street, city');
return manager.executeQue...
1
Solved
I have a class called Item that is filtered by PeriodId. There are many periods - but we only need to look at one at a time. I want to present the user with an initial data load (say where PeriodId...
Helicograph asked 3/4, 2013 at 16:42
1
Solved
I'm trying to get Knockout Validation running on my Breeze.js entities but not having much luck.
So currently I'm just trying to get a very basic test working to confirm the approach should work ...
Topless asked 1/4, 2013 at 0:14
1
Solved
I develop an ASP.NET MVC solution with Durandal and Breeze. I need to translate frontend to french and dutch. How to proceed with Durandal/knockout?
In a classic ASP.NET MVC solution we have the o...
Cacology asked 22/3, 2013 at 11:13
1
Solved
I am learning knockout, Durandal and Breeze and thanks to the JumpStart SPA video from John Papa this is a pleasure. So I examine the code of this project and right now I am trying to change the va...
Whore asked 26/3, 2013 at 11:30
2
Solved
Working with breeze backed by SharePoint, as described here, and using TypeScript rather than JS.
In a DataService class I create an EntityManager and execute a Query:
private servicePath: string...
Giagiacamo asked 20/3, 2013 at 20:24
1
We have been looking closely at SPAs using Breezejs for providing the data context between the client and the server. The features look great on the client, but we want to use the Repository patter...
Aarau asked 20/3, 2013 at 12:12
2
Solved
I was just wondering how I should go about implementing breeze's EFContextProvider in a separate data layer project. Also, since that project is a class library and not an MVC 4 application, how sh...
Underside asked 27/2, 2013 at 13:53
1
Solved
I have to implement an architecture where, unfortunately, we are using SharePoint 2013 as, effectively, our principle database. (Not my choice, in case you hadn't picked that up). I have an Asp.Net...
Journey asked 19/3, 2013 at 10:44
3
I am integrating breezeJS into an existing requireJS project which already uses knockoutJS. I ran into a couple of problems.
The first was that breeze is unable to load the Q library unless i inc...
Stomacher asked 18/12, 2012 at 16:41
2
Solved
I'm having hard time understanding how to convert an Enum value to it's corresponding name. My model is as follows:
public class CatalogRule
{
public int ID { get; set; }
[Display(Name = "Catalo...
Pencil asked 12/3, 2013 at 12:11
2
I am starting to use breeze.js for my ODATA service.
I am using a SharePoint ODATA api and i have an example of how to use it with jQuery-Ajax. To make this work with breeze would be so f-ing awes...
Threephase asked 9/3, 2013 at 11:35
2
Solved
Don't know if this is intended or a bug, but the following code below using BeforeSaveEntity will only modify the entity for newly created records (EntityState = Added), and won't work for modified...
Hushhush asked 28/2, 2013 at 22:32
2
Solved
This may sound like a dumb question on the surface, but why does the Hot Towel SPA Template include Breeze at all?
I've been spending the last few days learning Hot Towel and its dependencies, and...
2
I have a SPA application (durandaljs), and I have a specific route where I map the "id" of the entity that I want to fetch.
The template is "/#/todoDetail/:id".
For example, "/#/todoDetail/232"...
1
Solved
How can I use an existing webapi service with breeze? Note that my webapi service resides at "server1/api" and the web application is at "server2". I tried changing the service name in the dataserv...
Turd asked 31/1, 2013 at 15:14
1
Solved
I was looking for a good way to organize validation rules within BeforeSaveEntity method and I have found this comment in the file: TodoContextProvider.cs within the project: BreezeMvcSPATemplate:
...
Brownfield asked 25/1, 2013 at 8:21
© 2022 - 2024 — McMap. All rights reserved.