Click here to Skip to main content
15,904,500 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
AnswerRe: which design pattern to use? Pin
led mike12-Feb-07 4:55
led mike12-Feb-07 4:55 
QuestionRIA Web application with switchable communication strategy Pin
Jay Ahr8-Feb-07 11:36
Jay Ahr8-Feb-07 11:36 
AnswerRe: RIA Web application with switchable communication strategy Pin
led mike8-Feb-07 12:04
led mike8-Feb-07 12:04 
GeneralRe: RIA Web application with switchable communication strategy Pin
Jay Ahr8-Feb-07 12:52
Jay Ahr8-Feb-07 12:52 
GeneralRe: RIA Web application with switchable communication strategy Pin
led mike9-Feb-07 7:57
led mike9-Feb-07 7:57 
AnswerRe: RIA Web application with switchable communication strategy Pin
Daniel Woodard11-Feb-07 19:55
professionalDaniel Woodard11-Feb-07 19:55 
GeneralRe: RIA Web application with switchable communication strategy Pin
Jay Ahr11-Feb-07 21:45
Jay Ahr11-Feb-07 21:45 
QuestionFrom Database To Object Oriented Pin
Hasan Jaffal8-Feb-07 10:36
Hasan Jaffal8-Feb-07 10:36 
i'm making an application in vb.net
i made the database and i need to go to the classes...
amy documentation can help me ?????

while i'm trying i faced a problem with foreing keys
ex :
table house (id,name,address)
table room (id,name,housid)

so i pass to class by wich way :
---------------------------------------------
1-

class house
- id as integer
- name as strind
- address as string

class room
-id as integer
-name as string
-hous as house
-----------------------------------------------
2-

class house
- id as integer
- name as strind
- address as string
- rooms () as room

class room
-id as integer
-name as string

-----------------------------------------------
3-

class house
- id as integer
- name as strind
- address as string
- rooms () as room

class room
-id as integer
-name as string
-hous as house

wich choice ...
if there are an alogrithm to make the pass from db to oo so can u help me ???



AnswerRe: From Database To Object Oriented Pin
Old John8-Feb-07 15:20
Old John8-Feb-07 15:20 
GeneralRe: From Database To Object Oriented Pin
Hasan Jaffal8-Feb-07 22:06
Hasan Jaffal8-Feb-07 22:06 
AnswerRe: From Database To Object Oriented Pin
dukemus15-Feb-07 1:12
dukemus15-Feb-07 1:12 
QuestionA library/design and storage question Pin
Rip Kirby7-Feb-07 22:27
Rip Kirby7-Feb-07 22:27 
AnswerRe: A library/design and storage question Pin
led mike8-Feb-07 11:45
led mike8-Feb-07 11:45 
QuestionFat file system design Pin
harsha_12347-Feb-07 21:15
harsha_12347-Feb-07 21:15 
AnswerRe: Fat file system design Pin
Steve S7-Feb-07 21:39
Steve S7-Feb-07 21:39 
QuestionHow do I approach a SDI application? Pin
Bob Pokorny5-Feb-07 18:27
Bob Pokorny5-Feb-07 18:27 
AnswerRe: How do I approach a SDI application? Pin
Code_Doctor16-Apr-07 17:50
Code_Doctor16-Apr-07 17:50 
QuestionWhat are better tools or methods to prepare design document(DSD) in asp.net Pin
suriee5-Feb-07 5:27
suriee5-Feb-07 5:27 
QuestionA Question of Object Architecture Pin
Roger Wright1-Feb-07 19:14
professionalRoger Wright1-Feb-07 19:14 
AnswerRe: A Question of Object Architecture Pin
Captain See Sharp4-Feb-07 15:43
Captain See Sharp4-Feb-07 15:43 
GeneralRe: A Question of Object Architecture Pin
DavidNohejl5-Feb-07 22:10
DavidNohejl5-Feb-07 22:10 
AnswerRe: A Question of Object Architecture Pin
#1236-Feb-07 0:05
#1236-Feb-07 0:05 
AnswerRe: A Question of Object Architecture Pin
cmk6-Feb-07 0:23
cmk6-Feb-07 0:23 
GeneralRe: A Question of Object Architecture Pin
Roger Wright7-Feb-07 13:24
professionalRoger Wright7-Feb-07 13:24 
GeneralRe: A Question of Object Architecture Pin
cmk7-Feb-07 16:47
cmk7-Feb-07 16:47 

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.