Click here to Skip to main content
15,899,937 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: Got that bad feeling .... Pin
Pete O'Hanlon10-Apr-07 1:09
mvePete O'Hanlon10-Apr-07 1:09 
GeneralRe: Got that bad feeling .... Pin
DavidNohejl10-Apr-07 1:41
DavidNohejl10-Apr-07 1:41 
GeneralRe: Got that bad feeling .... Pin
Colin Angus Mackay10-Apr-07 2:29
Colin Angus Mackay10-Apr-07 2:29 
AnswerRe: Got that bad feeling .... Pin
DavidNohejl10-Apr-07 0:26
DavidNohejl10-Apr-07 0:26 
QuestionDocument templates for software development? Pin
wojti5-Apr-07 3:18
wojti5-Apr-07 3:18 
AnswerRe: Document templates for software development? Pin
Paul Conrad4-Nov-07 7:13
professionalPaul Conrad4-Nov-07 7:13 
QuestionMVC question Pin
akkram5-Apr-07 2:23
akkram5-Apr-07 2:23 
AnswerRe: MVC question Pin
Pete O'Hanlon5-Apr-07 3:39
mvePete O'Hanlon5-Apr-07 3:39 
Perhaps I'm missing something in your question, but why would you want to instantiate the controller from different forms? This negates the usefullness of the MVC pattern.

What you really want to do is instantiate your controller in one place and then *pass* that around as you need it. I usually use a Mediator class to handle this. The Mediator is responsible for instantiating the controller, and contains the reference to it. The controller is made available as a property from the Mediator.

Deja View - the feeling that you've seen this post before.

AnswerRe: MVC question Pin
Code_Doctor16-Apr-07 17:17
Code_Doctor16-Apr-07 17:17 
QuestionMembership Provider and Permissions Pin
Tristan Rhodes4-Apr-07 1:27
Tristan Rhodes4-Apr-07 1:27 
AnswerRe: Membership Provider and Permissions Pin
Pete O'Hanlon4-Apr-07 1:59
mvePete O'Hanlon4-Apr-07 1:59 
GeneralRe: Membership Provider and Permissions Pin
Tristan Rhodes4-Apr-07 2:10
Tristan Rhodes4-Apr-07 2:10 
GeneralRe: Membership Provider and Permissions Pin
Pete O'Hanlon4-Apr-07 2:17
mvePete O'Hanlon4-Apr-07 2:17 
QuestionDeisgn issues with Digital signature solution Pin
abcxyz823-Apr-07 2:14
abcxyz823-Apr-07 2:14 
AnswerRe: Deisgn issues with Digital signature solution Pin
Code_Doctor16-Apr-07 17:24
Code_Doctor16-Apr-07 17:24 
QuestionSoftware Architect Pin
Mohammed Derbashi2-Apr-07 20:20
professionalMohammed Derbashi2-Apr-07 20:20 
AnswerRe: Software Architect Pin
Pete O'Hanlon3-Apr-07 1:10
mvePete O'Hanlon3-Apr-07 1:10 
JokeRe: Software Architect Pin
CPallini3-Apr-07 1:50
mveCPallini3-Apr-07 1:50 
AnswerRe: Software Architect Pin
Moak4-Apr-07 12:40
Moak4-Apr-07 12:40 
AnswerRe: Software Architect Pin
Aaron VanWieren4-Apr-07 13:16
Aaron VanWieren4-Apr-07 13:16 
QuestionEfficient Exception Bubbling Pin
Tristan Rhodes2-Apr-07 6:24
Tristan Rhodes2-Apr-07 6:24 
AnswerRe: Efficient Exception Bubbling Pin
Pete O'Hanlon3-Apr-07 1:19
mvePete O'Hanlon3-Apr-07 1:19 
GeneralRe: Efficient Exception Bubbling Pin
Tristan Rhodes3-Apr-07 3:16
Tristan Rhodes3-Apr-07 3:16 
Questionwww.google.co.inestrict read/ write access to USB drive Pin
scoobydoo200729-Mar-07 23:14
scoobydoo200729-Mar-07 23:14 
GeneralRe: www.google.co.inestrict read/ write access to USB drive Pin
Paul Conrad23-Dec-07 8:18
professionalPaul Conrad23-Dec-07 8:18 

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.