Click here to Skip to main content
15,917,793 members
Home / Discussions / C#
   

C#

 
AnswerRe: Visual Studio Add-In: remove tool icon when done Pin
Judah Gabriel Himango21-May-08 11:35
sponsorJudah Gabriel Himango21-May-08 11:35 
GeneralRe: Visual Studio Add-In: remove tool icon when done Pin
DeepToot21-May-08 17:03
DeepToot21-May-08 17:03 
AnswerRe: Visual Studio Add-In: remove tool icon when done Pin
DeepToot21-May-08 17:30
DeepToot21-May-08 17:30 
QuestionControl.Remove vs control.dispose(); Pin
netJP12L21-May-08 11:07
netJP12L21-May-08 11:07 
AnswerRe: Control.Remove vs control.dispose(); Pin
Judah Gabriel Himango21-May-08 11:11
sponsorJudah Gabriel Himango21-May-08 11:11 
AnswerRe: Control.Remove vs control.dispose(); Pin
Spacix One21-May-08 11:16
Spacix One21-May-08 11:16 
GeneralMVP and Validation of User Input Pin
mr_lasseter21-May-08 10:53
mr_lasseter21-May-08 10:53 
GeneralRe: MVP and Validation of User Input Pin
Judah Gabriel Himango21-May-08 11:05
sponsorJudah Gabriel Himango21-May-08 11:05 
I've seen the MVP pattern applied in various ways, and the way we apply it here at work may be different than what you're used to.

For us, we have validation at several levels: the model object, for example, Employee, "owns" the validation -- you can't make one with bad data.

However, we have stuff in place in the presenter to check for valid input (perhaps utilizing the model to determine whether it's valid data), and if it's invalid, update the view accordingly (e.g. highlight the invalid data in red).

Something along those lines. Does that help?






Life, family, faith: Give me a visit.

From my latest post: "And you think, 'To keep my anti-Judaic theology alive I must reinterpret this verse too as being a blessing for Christians and not for Jews. I know it strains all manner of principles of interpretation. I don’t read the newspaper this sloppily, but, man, I have a theology to defend.'"

Judah Himango


Questioncreate file when after installation Pin
Knowledgestudent21-May-08 10:09
Knowledgestudent21-May-08 10:09 
AnswerRe: create file when after installation Pin
Jimmanuel21-May-08 11:06
Jimmanuel21-May-08 11:06 
AnswerRe: create file when after installation Pin
Judah Gabriel Himango21-May-08 11:07
sponsorJudah Gabriel Himango21-May-08 11:07 
QuestionFull screen size application Pin
panoskatws21-May-08 9:36
panoskatws21-May-08 9:36 
AnswerRe: Full screen size application Pin
Spacix One21-May-08 9:41
Spacix One21-May-08 9:41 
QuestionHow to use the classes in other classes Pin
chancomsats21-May-08 8:46
chancomsats21-May-08 8:46 
JokeRe: How to use the classes in other classes Pin
Spacix One21-May-08 9:40
Spacix One21-May-08 9:40 
GeneralRe: How to use the classes in other classes Pin
Guffa21-May-08 11:35
Guffa21-May-08 11:35 
QuestionPost an ad Pin
bigjoe11a21-May-08 8:30
bigjoe11a21-May-08 8:30 
AnswerRe: Post an ad Pin
Spacix One21-May-08 8:33
Spacix One21-May-08 8:33 
AnswerRe: Post an ad Pin
Pete O'Hanlon21-May-08 8:50
mvePete O'Hanlon21-May-08 8:50 
GeneralRe: Post an ad Pin
Spacix One21-May-08 9:02
Spacix One21-May-08 9:02 
GeneralRe: Post an ad Pin
Pete O'Hanlon21-May-08 9:09
mvePete O'Hanlon21-May-08 9:09 
GeneralRe: Post an ad Pin
Spacix One21-May-08 9:36
Spacix One21-May-08 9:36 
GeneralRe: Post an ad Pin
Pete O'Hanlon21-May-08 9:38
mvePete O'Hanlon21-May-08 9:38 
QuestionNew Wondering Pin
hokeesm0kes21-May-08 8:21
hokeesm0kes21-May-08 8:21 
QuestionRe: New Wondering Pin
Spacix One21-May-08 8:31
Spacix One21-May-08 8:31 

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.