upshot Questions

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

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

4

Solved

Steve Sanderson gave a very interesting presentations at Techdays 2012 in the Netherlands. In one of them he presented a library that he used for client-server communication in MVC application: Ups...
Flita asked 19/2, 2012 at 9:38

1

Solved

I have created a Single Page Application (ASP.NET MVC4) using Steven Sanderson's instructions. The issue I'm currently seeing is that whenever I edit an item and save the changes, Upshot sends the ...
Mckissick asked 7/4, 2012 at 1:43

4

Solved

I have a DbDataController which delivers a List of Equipment. public IQueryable<BettrFit.Models.Equipment> GetEquipment() { var q= DbContext.EquipmentSet.OrderBy(e => e.Name); return q...
Quartic asked 20/3, 2012 at 9:52

1

Solved

I get a simple DTO entity A loaded into my upshot viewmodel which is happily viewable via Knockoutjs. My DTO A contains a List entities. So I can foreach over the elements inside A. again: class...
Fervid asked 27/3, 2012 at 11:38

1

Solved

How does upshot.js handles DateTime objects? As it seems its just creating "normal" strings and not creating a real JS date object. All the problems related to JSON date formatting and MVC are d...
Semicentennial asked 26/3, 2012 at 19:43

1

When using the examples for Single Page Application, I've the following TodoItem controller: public partial class MVC4TestController : DbDataController<MVC4TestContext> { public IQueryable&...
Contorted asked 19/3, 2012 at 11:19

1

Solved

I am trying to create a SPA application, to take advantage of upshot and its capabilities. However, the services exposing the data (i.e. the Web API) is in a completely separate project, already ho...
Evaporate asked 12/3, 2012 at 14:42
1

© 2022 - 2024 — McMap. All rights reserved.