Click here to Skip to main content
15,881,882 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
AnswerRe: Unified System Security Design - Database / Code / Both! Pin
Manfred Rudolf Bihy13-Feb-11 10:37
professionalManfred Rudolf Bihy13-Feb-11 10:37 
GeneralRe: Unified System Security Design - Database / Code / Both! Pin
Jammer15-Feb-11 4:04
Jammer15-Feb-11 4:04 
QuestionIs MSMQ old school Pin
RobCroll1-Feb-11 0:08
RobCroll1-Feb-11 0:08 
AnswerRe: Is MSMQ old school Pin
Pete O'Hanlon1-Feb-11 0:14
mvePete O'Hanlon1-Feb-11 0:14 
QuestionDatabase UI Design Pin
Leslie Sanford29-Jan-11 8:33
Leslie Sanford29-Jan-11 8:33 
AnswerRe: Database UI Design Pin
Praveen Raghuvanshi30-Jan-11 5:47
professionalPraveen Raghuvanshi30-Jan-11 5:47 
AnswerRe: Database UI Design Pin
David Skelly31-Jan-11 2:39
David Skelly31-Jan-11 2:39 
AnswerRe: Database UI Design Pin
RobCroll1-Feb-11 0:04
RobCroll1-Feb-11 0:04 
I like to use auto-complete but you need to consider a few CRUD issues like when new customers are added etc. In a multi-user environment with many thousands of customers this may not be an option, in which case validating the entry is a better solution. Typically the UI will ask the model if the customer exists. If not the UI needs to manage the situation and ask the user if it is a new customer or provide a drop down list of possible matches i.e. Customer name "Acme" may return "Acme Sydney", "Acme Paris", "Acme London". In this scenario you can still use auto-complete just don't populate until validation returns a mismatch.
Architecture is extensible, code is minimal.

AnswerRe: Database UI Design Pin
Eddy Vluggen4-Feb-11 11:21
professionalEddy Vluggen4-Feb-11 11:21 
AnswerRe: Database UI Design Pin
nforlando2-Mar-11 3:26
nforlando2-Mar-11 3:26 
AnswerRe: Database UI Design Pin
Piccadilly Yum Yum3-Mar-11 2:36
Piccadilly Yum Yum3-Mar-11 2:36 
QuestionPOP3 Components Pin
Jammer28-Jan-11 0:42
Jammer28-Jan-11 0:42 
AnswerRe: POP3 Components Pin
phil.o28-Jan-11 2:38
professionalphil.o28-Jan-11 2:38 
JokeRe: POP3 Components Pin
Jammer28-Jan-11 3:33
Jammer28-Jan-11 3:33 
GeneralRe: POP3 Components Pin
phil.o28-Jan-11 4:06
professionalphil.o28-Jan-11 4:06 
AnswerRe: POP3 Components Pin
Hans Dietrich4-Feb-11 12:00
mentorHans Dietrich4-Feb-11 12:00 
AnswerRe: POP3 Components Pin
Jammer13-Feb-11 23:56
Jammer13-Feb-11 23:56 
GeneralRe: POP3 Components Pin
phil.o14-Feb-11 0:10
professionalphil.o14-Feb-11 0:10 
QuestionOO design: Copying data from class A to B Pin
Nilzor25-Jan-11 23:05
Nilzor25-Jan-11 23:05 
AnswerRe: OO design: Copying data from class A to B Pin
venomation26-Jan-11 1:03
venomation26-Jan-11 1:03 
GeneralRe: OO design: Copying data from class A to B Pin
Nilzor26-Jan-11 1:14
Nilzor26-Jan-11 1:14 
GeneralRe: OO design: Copying data from class A to B Pin
Keld Ølykke26-Feb-11 14:12
Keld Ølykke26-Feb-11 14:12 
GeneralRe: OO design: Copying data from class A to B Pin
Nilzor27-Feb-11 22:39
Nilzor27-Feb-11 22:39 
GeneralRe: OO design: Copying data from class A to B Pin
Keld Ølykke28-Feb-11 10:24
Keld Ølykke28-Feb-11 10:24 
AnswerRe: OO design: Copying data from class A to B Pin
Eddy Vluggen26-Jan-11 8:07
professionalEddy Vluggen26-Jan-11 8:07 

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.