Click here to Skip to main content
15,885,027 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
AnswerRe: Application icon different from task-bar one Pin
MaulikDusara17-Mar-12 2:44
MaulikDusara17-Mar-12 2:44 
AnswerRe: Application icon different from task-bar one Pin
Shameel18-Mar-12 9:24
professionalShameel18-Mar-12 9:24 
SuggestionVB 6.0 TIMER PROBLEM Pin
sukhen dass16-Mar-12 4:18
sukhen dass16-Mar-12 4:18 
GeneralRe: VB 6.0 TIMER PROBLEM Pin
Not Active16-Mar-12 5:10
mentorNot Active16-Mar-12 5:10 
GeneralRe: VB 6.0 TIMER PROBLEM Pin
Richard MacCutchan16-Mar-12 7:07
mveRichard MacCutchan16-Mar-12 7:07 
GeneralRe: VB 6.0 TIMER PROBLEM Pin
Shameel16-Mar-12 8:24
professionalShameel16-Mar-12 8:24 
GeneralRe: VB 6.0 TIMER PROBLEM Pin
Eddy Vluggen16-Mar-12 11:22
professionalEddy Vluggen16-Mar-12 11:22 
QuestionModelling an Interface table in an OO world. Pin
Ger Hayden15-Mar-12 4:03
Ger Hayden15-Mar-12 4:03 
Fresh from the success of my Inheritance question last week, I have another relating to the data behind those objects. Remember I have been using a 1:1 relationship between objects and database tables. I had Routes, Stages and a Many : Many relationship between them coverd by a RouteStage table

But the new design will be along the lines
Class CStage
{
    Stage details
}

Class CRoute
{
    Route Details
    List <CStage> List of Stages
}


How do I represent this on a relational database.

My research is leading me to a term called "Object Impedance". I have ideas for some none-too-pretty methods on the revised CRoute, but I am open to clever suggestions to best represent this scenario.
Ger

AnswerRe: Modelling an Interface table in an OO world. Pin
Eddy Vluggen16-Mar-12 11:15
professionalEddy Vluggen16-Mar-12 11:15 
QuestionUsing decorator pattern Pin
Anele Ngqandu15-Mar-12 1:36
Anele Ngqandu15-Mar-12 1:36 
AnswerRe: Using decorator pattern Pin
Shameel16-Mar-12 8:22
professionalShameel16-Mar-12 8:22 
QuestionI wanna create Architecture using EDMX,WCF and Generics Pin
kapiltapa12-Mar-12 18:38
kapiltapa12-Mar-12 18:38 
AnswerRe: I wanna create Architecture using EDMX,WCF and Generics Pin
jschell13-Mar-12 10:29
jschell13-Mar-12 10:29 
AnswerRe: I wanna create Architecture using EDMX,WCF and Generics Pin
Luc Pattyn13-Mar-12 10:57
sitebuilderLuc Pattyn13-Mar-12 10:57 
QuestionWhat is the correct location to inject objects while using dependency injection? Pin
SSEAR6-Mar-12 16:11
SSEAR6-Mar-12 16:11 
AnswerRe: What is the correct location to inject objects while using dependency injection? Pin
walterhevedeich6-Mar-12 19:08
professionalwalterhevedeich6-Mar-12 19:08 
GeneralRe: What is the correct location to inject objects while using dependency injection? Pin
SSEAR7-Mar-12 3:01
SSEAR7-Mar-12 3:01 
AnswerRe: What is the correct location to inject objects while using dependency injection? Pin
Mahmud Hasan10-Mar-12 11:01
Mahmud Hasan10-Mar-12 11:01 
AnswerRe: What is the correct location to inject objects while using dependency injection? Pin
RichardGrimmer11-Apr-12 5:49
RichardGrimmer11-Apr-12 5:49 
QuestionRefactor static methods for loose coupling. Pin
Praveen Raghuvanshi3-Mar-12 4:21
professionalPraveen Raghuvanshi3-Mar-12 4:21 
AnswerRe: Refactor static methods for loose coupling. Pin
Bernhard Hiller4-Mar-12 19:59
Bernhard Hiller4-Mar-12 19:59 
GeneralRe: Refactor static methods for loose coupling. Pin
Praveen Raghuvanshi8-Mar-12 8:07
professionalPraveen Raghuvanshi8-Mar-12 8:07 
AnswerRe: Refactor static methods for loose coupling. Pin
jschell5-Mar-12 8:44
jschell5-Mar-12 8:44 
GeneralRe: Refactor static methods for loose coupling. Pin
Praveen Raghuvanshi8-Mar-12 8:21
professionalPraveen Raghuvanshi8-Mar-12 8:21 
GeneralRe: Refactor static methods for loose coupling. Pin
jschell9-Mar-12 6:03
jschell9-Mar-12 6:03 

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.