Click here to Skip to main content
15,891,204 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
AnswerRe: Inherit without exposing? Pin
led mike4-May-07 17:08
led mike4-May-07 17:08 
GeneralRe: Inherit without exposing? Pin
Stephen Hewitt6-May-07 16:00
Stephen Hewitt6-May-07 16:00 
GeneralRe: Inherit without exposing? Pin
led mike6-May-07 16:30
led mike6-May-07 16:30 
GeneralRe: Inherit without exposing? Pin
Stephen Hewitt6-May-07 16:40
Stephen Hewitt6-May-07 16:40 
GeneralRe: Inherit without exposing? Pin
led mike6-May-07 17:01
led mike6-May-07 17:01 
Questiondecoupling business and database? Pin
giddy_guitarist28-Apr-07 12:11
giddy_guitarist28-Apr-07 12:11 
AnswerRe: decoupling business and database? Pin
Eugene Ciloci28-Apr-07 16:36
Eugene Ciloci28-Apr-07 16:36 
GeneralRe: decoupling business and database? Pin
giddy_guitarist29-Apr-07 13:01
giddy_guitarist29-Apr-07 13:01 
hi ,

thanks for replying. Acutally , i've been told to use an O/RM solution before.(checked nHib) But i already wrote a datalayer(and spent quite some time on it). So i'm a little stubborn about that.

Acutally i've described a simplified version of my framework. I'm just a little confused about how i should store a cache of my objects and access them real quick without having my custom controls need pointers via a property to a List<> of Persons , Rooms , Reservations......etc

I read some more on DALs , i've seen examples with one object holding referenced to many child objs like a one-to-many relation. But some of my relations are a little more complex.

I have
class Customer: //just a way to group many Persons, could call it Group.
+Name
+List<> Persons

But Reservation has
+StartDate
+EndDate
+PersonID //if i had reference to a Person obj here , how would i get the parent customer? Should Each person have a .Parent property!??

Thanks so much

Gideon
AnswerRe: decoupling business and database? Pin
Chris-Kaiser3-May-07 13:39
Chris-Kaiser3-May-07 13:39 
QuestionStructured error handling practises in asp.net Pin
shaunll27-Apr-07 4:36
shaunll27-Apr-07 4:36 
AnswerRe: Structured error handling practises in asp.net Pin
Eugene Ciloci28-Apr-07 17:03
Eugene Ciloci28-Apr-07 17:03 
GeneralRe: Structured error handling practises in asp.net Pin
shaunll30-Apr-07 22:30
shaunll30-Apr-07 22:30 
Questioninterface desginer software Pin
Giorgi Dalakishvili26-Apr-07 21:43
mentorGiorgi Dalakishvili26-Apr-07 21:43 
AnswerRe: interface desginer software Pin
Colin Angus Mackay26-Apr-07 22:30
Colin Angus Mackay26-Apr-07 22:30 
GeneralRe: interface desginer software Pin
Giorgi Dalakishvili26-Apr-07 22:34
mentorGiorgi Dalakishvili26-Apr-07 22:34 
GeneralRe: interface desginer software Pin
Pete O'Hanlon26-Apr-07 22:42
mvePete O'Hanlon26-Apr-07 22:42 
GeneralRe: interface desginer software Pin
Giorgi Dalakishvili26-Apr-07 22:50
mentorGiorgi Dalakishvili26-Apr-07 22:50 
GeneralRe: interface desginer software Pin
Pete O'Hanlon26-Apr-07 22:58
mvePete O'Hanlon26-Apr-07 22:58 
GeneralRe: interface desginer software Pin
Giorgi Dalakishvili26-Apr-07 23:02
mentorGiorgi Dalakishvili26-Apr-07 23:02 
GeneralRe: interface desginer software Pin
Pete O'Hanlon26-Apr-07 23:04
mvePete O'Hanlon26-Apr-07 23:04 
GeneralRe: interface desginer software Pin
Dan Neely27-Apr-07 2:12
Dan Neely27-Apr-07 2:12 
GeneralRe: interface desginer software Pin
Pete O'Hanlon30-Apr-07 9:03
mvePete O'Hanlon30-Apr-07 9:03 
GeneralRe: interface desginer software Pin
Colin Angus Mackay26-Apr-07 23:18
Colin Angus Mackay26-Apr-07 23:18 
GeneralRe: interface desginer software Pin
Giorgi Dalakishvili27-Apr-07 3:39
mentorGiorgi Dalakishvili27-Apr-07 3:39 
GeneralClickity Police Pin
Colin Angus Mackay27-Apr-07 4:51
Colin Angus Mackay27-Apr-07 4:51 

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.