Click here to Skip to main content
15,888,521 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
AnswerRe: Where to start? - Program which allows multiple users on a network to add different inputs Pin
jschell26-Dec-16 6:28
jschell26-Dec-16 6:28 
QuestionVirtualization To Make a Sandbox Pin
Richard Andrew x6416-Dec-16 14:38
professionalRichard Andrew x6416-Dec-16 14:38 
AnswerRe: Virtualization To Make a Sandbox Pin
Munchies_Matt17-Dec-16 0:15
Munchies_Matt17-Dec-16 0:15 
AnswerRe: Virtualization To Make a Sandbox Pin
Gerry Schmitz18-Dec-16 7:07
mveGerry Schmitz18-Dec-16 7:07 
AnswerRe: Virtualization To Make a Sandbox Pin
Nathan Minier21-Dec-16 3:31
professionalNathan Minier21-Dec-16 3:31 
AnswerRe: Virtualization To Make a Sandbox Pin
jschell26-Dec-16 6:37
jschell26-Dec-16 6:37 
QuestionCalling class function vs function getting class variables Pin
hpjchobbes7-Dec-16 14:04
hpjchobbes7-Dec-16 14:04 
AnswerRe: Calling class function vs function getting class variables Pin
Mycroft Holmes7-Dec-16 16:58
professionalMycroft Holmes7-Dec-16 16:58 
I presume you would need to store the result into a database so I would do the processing in the database. Define the list, pass it to a stored proc that does the calculation and writes to the database (UPDATE) and returns you the result.

I avoid double handling IE fetch from the database, process the function and write back to the database. Make the database do it's job.
Never underestimate the power of human stupidity
RAH

GeneralRe: Calling class function vs function getting class variables Pin
hpjchobbes7-Dec-16 17:15
hpjchobbes7-Dec-16 17:15 
GeneralRe: Calling class function vs function getting class variables Pin
Mycroft Holmes8-Dec-16 11:52
professionalMycroft Holmes8-Dec-16 11:52 
AnswerRe: Calling class function vs function getting class variables Pin
Gerry Schmitz7-Dec-16 17:27
mveGerry Schmitz7-Dec-16 17:27 
AnswerRe: Calling class function vs function getting class variables Pin
jschell26-Dec-16 6:49
jschell26-Dec-16 6:49 
QuestionDistribution of deliverables over the air. Pin
CodingLover28-Nov-16 22:51
CodingLover28-Nov-16 22:51 
AnswerRe: Distribution of deliverables over the air. Pin
Nathan Minier29-Nov-16 1:44
professionalNathan Minier29-Nov-16 1:44 
GeneralRe: Distribution of deliverables over the air. Pin
CodingLover29-Nov-16 15:32
CodingLover29-Nov-16 15:32 
AnswerRe: Distribution of deliverables over the air. Pin
Richard Deeming29-Nov-16 2:02
mveRichard Deeming29-Nov-16 2:02 
GeneralRe: Distribution of deliverables over the air. Pin
Mycroft Holmes29-Nov-16 13:18
professionalMycroft Holmes29-Nov-16 13:18 
GeneralRe: Distribution of deliverables over the air. Pin
CodingLover29-Nov-16 15:33
CodingLover29-Nov-16 15:33 
AnswerRe: Distribution of deliverables over the air. Pin
Daniel Pfeffer29-Nov-16 3:16
professionalDaniel Pfeffer29-Nov-16 3:16 
GeneralRe: Distribution of deliverables over the air. Pin
CodingLover29-Nov-16 15:40
CodingLover29-Nov-16 15:40 
GeneralRe: Distribution of deliverables over the air. Pin
Daniel Pfeffer29-Nov-16 20:57
professionalDaniel Pfeffer29-Nov-16 20:57 
NewsRe: Distribution of deliverables over the air. Pin
CodingLover2-Jan-17 15:27
CodingLover2-Jan-17 15:27 
AnswerRe: Distribution of deliverables over the air. Pin
Gerry Schmitz29-Nov-16 7:10
mveGerry Schmitz29-Nov-16 7:10 
GeneralRe: Distribution of deliverables over the air. Pin
CodingLover29-Nov-16 15:41
CodingLover29-Nov-16 15:41 
QuestionHow to design good architecture for web api project Pin
Tridip Bhattacharjee28-Nov-16 20:57
professionalTridip Bhattacharjee28-Nov-16 20:57 

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.