Click here to Skip to main content
15,891,943 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: About REST - Why Oh Why Pin
Vark11124-Apr-17 6:57
Vark11124-Apr-17 6:57 
GeneralRe: About REST - Why Oh Why Pin
User 483504724-Apr-17 7:12
User 483504724-Apr-17 7:12 
GeneralRe: About REST - Why Oh Why Pin
Vark11124-Apr-17 7:54
Vark11124-Apr-17 7:54 
GeneralRe: About REST - Why Oh Why Pin
User 483504724-Apr-17 8:01
User 483504724-Apr-17 8:01 
GeneralRe: About REST - Why Oh Why Pin
Nathan Minier25-Apr-17 1:39
professionalNathan Minier25-Apr-17 1:39 
GeneralRe: About REST - Why Oh Why Pin
Michael Breeden27-Apr-17 5:08
Michael Breeden27-Apr-17 5:08 
GeneralRe: About REST - Why Oh Why Pin
Nathan Minier28-Apr-17 1:53
professionalNathan Minier28-Apr-17 1:53 
GeneralRe: About REST - Why Oh Why Pin
Michael Breeden28-Apr-17 5:00
Michael Breeden28-Apr-17 5:00 
So ... what if someone else besides my dashboard needs to consume part of that data? That could easily come to be... As a matter of fact, as a stopgap measure, we have given them a SQL query that does return three of the statistics used by the dashboard.
OK, I'll try one last time to support my strategy... Be gentle.
I am doing a select of all data in the last 24 hours and doing a complicated analysis of it. That is why only three statistics can come from a SQL Query. I do one query for all my data... and it's a lot. I make statistics based on current state as well as the past 24 hours. I even have to interpret invalid data and I need aggregations of the data that is current... and the 24-hour data. I don't think I can achieve all of that with single queries and certainly not efficiently.
Now, I still really like your argument, so I think I'm going to add normal REST functionality for what I can... All projects are learning exercises... I have the code for the rest of the stuff. ... Hmmm, though I am cheating and not using routing, so it may not work. This is all based on a single HTML page and a single ASHX page for simplicity sake.... I may just be stuck with using your well laid out and well supported argument for future projects. Thanks a lot for the illumination.

GeneralRe: About REST - Why Oh Why Pin
Nathan Minier28-Apr-17 9:26
professionalNathan Minier28-Apr-17 9:26 
Generalfast.ai Pin
Marc Clifton24-Apr-17 3:02
mvaMarc Clifton24-Apr-17 3:02 
GeneralRe: fast.ai Pin
Munchies_Matt24-Apr-17 3:14
Munchies_Matt24-Apr-17 3:14 
GeneralRe: fast.ai Pin
Mark_Wallace24-Apr-17 3:20
Mark_Wallace24-Apr-17 3:20 
GeneralRe: fast.ai Pin
Munchies_Matt24-Apr-17 3:28
Munchies_Matt24-Apr-17 3:28 
GeneralRe: fast.ai Pin
Marc Clifton24-Apr-17 3:25
mvaMarc Clifton24-Apr-17 3:25 
GeneralRe: fast.ai Pin
Munchies_Matt24-Apr-17 3:26
Munchies_Matt24-Apr-17 3:26 
GeneralRe: fast.ai Pin
Mark_Wallace24-Apr-17 7:18
Mark_Wallace24-Apr-17 7:18 
GeneralRe: fast.ai Pin
Marc Clifton24-Apr-17 13:55
mvaMarc Clifton24-Apr-17 13:55 
GeneralRe: fast.ai Pin
Munchies_Matt24-Apr-17 21:45
Munchies_Matt24-Apr-17 21:45 
GeneralJust when you thought Agile couldn't get more 'faddy'.. Pin
User 1013254624-Apr-17 0:11
User 1013254624-Apr-17 0:11 
GeneralRe: Just when you thought Agile couldn't get more 'faddy'.. Pin
Kornfeld Eliyahu Peter24-Apr-17 0:15
professionalKornfeld Eliyahu Peter24-Apr-17 0:15 
GeneralRe: Just when you thought Agile couldn't get more 'faddy'.. Pin
CDP180224-Apr-17 0:25
CDP180224-Apr-17 0:25 
GeneralRe: Just when you thought Agile couldn't get more 'faddy'.. Pin
User 1013254624-Apr-17 3:05
User 1013254624-Apr-17 3:05 
GeneralRe: Just when you thought Agile couldn't get more 'faddy'.. Pin
Mark_Wallace24-Apr-17 0:36
Mark_Wallace24-Apr-17 0:36 
GeneralRe: Just when you thought Agile couldn't get more 'faddy'.. Pin
W Balboos, GHB24-Apr-17 0:56
W Balboos, GHB24-Apr-17 0:56 
GeneralRe: Just when you thought Agile couldn't get more 'faddy'.. Pin
Daniel Pfeffer24-Apr-17 2:09
professionalDaniel Pfeffer24-Apr-17 2:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.