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

Design and Architecture

 
AnswerRe: MVVM architecture for a Hardware based application Pin
dusty_dex13-Jun-13 8:55
dusty_dex13-Jun-13 8:55 
AnswerRe: MVVM architecture for a Hardware based application Pin
Jonathan Davies14-Jun-13 3:00
Jonathan Davies14-Jun-13 3:00 
GeneralRe: MVVM architecture for a Hardware based application Pin
Praveen Raghuvanshi17-Jun-13 1:28
professionalPraveen Raghuvanshi17-Jun-13 1:28 
QuestionSoftware Design Books Pin
msr_codeproject13-Jun-13 2:43
msr_codeproject13-Jun-13 2:43 
AnswerRe: Software Design Books Pin
Amarnath S13-Jun-13 17:38
professionalAmarnath S13-Jun-13 17:38 
GeneralRe: Software Design Books Pin
msr_codeproject13-Jun-13 23:47
msr_codeproject13-Jun-13 23:47 
QuestionQUERY FOR ALL vs QUERY FOR EACH Pin
Paulo S X Soares5-Jun-13 4:13
Paulo S X Soares5-Jun-13 4:13 
AnswerRe: QUERY FOR ALL vs QUERY FOR EACH Pin
Bernhard Hiller5-Jun-13 21:16
Bernhard Hiller5-Jun-13 21:16 
I do not know the oddities of PHP. I'd go for getting all data from the database in one query, and then create the objects from those data: the communication overhead between the application sending the queries and the database is not zero, and with a database running on a different machine things may slow down terribly.
I do not understand why that should cause duplicated code - but that might be a php issue. In C#, methods can be written such that there is no duplicated code required.
GeneralRe: QUERY FOR ALL vs QUERY FOR EACH Pin
Paulo S X Soares6-Jun-13 2:50
Paulo S X Soares6-Jun-13 2:50 
GeneralRe: QUERY FOR ALL vs QUERY FOR EACH Pin
Eddy Vluggen6-Jun-13 2:54
professionalEddy Vluggen6-Jun-13 2:54 
GeneralRe: QUERY FOR ALL vs QUERY FOR EACH Pin
Paulo S X Soares6-Jun-13 3:06
Paulo S X Soares6-Jun-13 3:06 
AnswerRe: QUERY FOR ALL vs QUERY FOR EACH Pin
Abhinav S5-Jun-13 22:17
Abhinav S5-Jun-13 22:17 
GeneralRe: QUERY FOR ALL vs QUERY FOR EACH Pin
Paulo S X Soares6-Jun-13 2:58
Paulo S X Soares6-Jun-13 2:58 
AnswerRe: QUERY FOR ALL vs QUERY FOR EACH Pin
jschell6-Jun-13 10:15
jschell6-Jun-13 10:15 
GeneralRe: QUERY FOR ALL vs QUERY FOR EACH Pin
Paulo S X Soares7-Jun-13 5:22
Paulo S X Soares7-Jun-13 5:22 
GeneralRe: QUERY FOR ALL vs QUERY FOR EACH Pin
jschell10-Jun-13 9:02
jschell10-Jun-13 9:02 
QuestionHelp on designing DB/ Web Service Pin
DavJes4-Jun-13 7:49
DavJes4-Jun-13 7:49 
AnswerRe: Help on designing DB/ Web Service Pin
jschell4-Jun-13 8:54
jschell4-Jun-13 8:54 
AnswerRe: Help on designing DB/ Web Service Pin
Eddy Vluggen4-Jun-13 8:55
professionalEddy Vluggen4-Jun-13 8:55 
GeneralRe: Help on designing DB/ Web Service Pin
DavJes9-Jun-13 7:03
DavJes9-Jun-13 7:03 
GeneralRe: Help on designing DB/ Web Service Pin
Eddy Vluggen10-Jun-13 3:26
professionalEddy Vluggen10-Jun-13 3:26 
QuestionTransactional MSMQ & firewall Pin
John Padgett27-May-13 22:35
John Padgett27-May-13 22:35 
AnswerRe: Transactional MSMQ & firewall Pin
jschell28-May-13 9:31
jschell28-May-13 9:31 
QuestionSOA and exposing a program from the 80s Pin
darklies17-May-13 19:37
darklies17-May-13 19:37 
AnswerRe: SOA and exposing a program from the 80s Pin
jschell20-May-13 11:09
jschell20-May-13 11: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.