Click here to Skip to main content
16,006,535 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: Toilet Seats and Oven Doors Pin
Chris-Kaiser16-Apr-07 11:09
Chris-Kaiser16-Apr-07 11:09 
GeneralRe: Toilet Seats and Oven Doors Pin
Chris-Kaiser16-Apr-07 9:21
Chris-Kaiser16-Apr-07 9:21 
GeneralRe: Toilet Seats and Oven Doors Pin
Chris-Kaiser16-Apr-07 11:18
Chris-Kaiser16-Apr-07 11:18 
GeneralRe: Toilet Seats and Oven Doors Pin
Chris-Kaiser16-Apr-07 11:58
Chris-Kaiser16-Apr-07 11:58 
GeneralRe: Toilet Seats and Oven Doors Pin
Chris-Kaiser16-Apr-07 12:22
Chris-Kaiser16-Apr-07 12:22 
Questionuml from visual studio 2005 Pin
aminowest10-Apr-07 23:15
aminowest10-Apr-07 23:15 
AnswerRe: uml from visual studio 2005 Pin
Morantex11-Apr-07 8:25
Morantex11-Apr-07 8:25 
QuestionArchitecturing DAL & BLL Pin
DarkByte.PoD10-Apr-07 11:17
DarkByte.PoD10-Apr-07 11:17 
Hope im in the right board for the type of questions i am about to ask.

I'm turning into the BLL / DAL 3 tiers architecture and i'm confused a bit.

Just to clear things up
- i'm working on VStudio 2005, .net 2.0
- my DAL implementation would be in an xsd file (typed dataset)
- my BLL will be my own "wrapper" around the DAL


1) What is the relation between a Database Table, a DAL/BLL set, and a set of operations
i.e: Say i have an Order Editing form. I will in this form Delete full orders, by means of an orders list, and i will be able to Edit some order details, as Both the order header (Master table) and the order rows (Child Table).

Now, should i create a DAL containing both Tables or should i work with 2 DAL/BLL objects, one containing my master table, the other containing my details table ?

On my Shipping Form, i need access to both Order Master/Details and Inventory because when i ship some items, my inventory has to decrease. I also need to validate that i have enough inventory to complete the operation... should inventory be part or the same DAL Definition ?
Should i create a new DAL / BLL ?

I'm sure you can see i'm really confused and i will appreciate any pointers to guide me.

DB


AnswerRe: Architecturing DAL & BLL Pin
Quinten.Miller10-Apr-07 15:24
Quinten.Miller10-Apr-07 15:24 
QuestionDifference Between Association and Dependency : UML Pin
jk chan9-Apr-07 22:50
jk chan9-Apr-07 22:50 
AnswerRe: Difference Between Association and Dependency : UML Pin
Pete O'Hanlon9-Apr-07 23:55
mvePete O'Hanlon9-Apr-07 23:55 
GeneralRe: Difference Between Association and Dependency : UML Pin
jk chan10-Apr-07 0:25
jk chan10-Apr-07 0:25 
GeneralRe: Difference Between Association and Dependency : UML Pin
jk chan10-Apr-07 16:21
jk chan10-Apr-07 16:21 
QuestionHow to use Design Pattern ??? Pin
jagmit208-Apr-07 21:50
jagmit208-Apr-07 21:50 
AnswerRe: How to use Design Pattern ??? Pin
Pete O'Hanlon9-Apr-07 22:31
mvePete O'Hanlon9-Apr-07 22:31 
AnswerRe: How to use Design Pattern ??? Pin
led mike10-Apr-07 4:39
led mike10-Apr-07 4:39 
GeneralRe: How to use Design Pattern ??? Pin
Colin Angus Mackay10-Apr-07 5:31
Colin Angus Mackay10-Apr-07 5:31 
GeneralRe: How to use Design Pattern ??? Pin
led mike10-Apr-07 5:53
led mike10-Apr-07 5:53 
GeneralRe: How to use Design Pattern ??? Pin
Pete O'Hanlon10-Apr-07 23:04
mvePete O'Hanlon10-Apr-07 23:04 
AnswerRe: How to use Design Pattern ??? Pin
richardwest16-Apr-07 9:52
richardwest16-Apr-07 9:52 
QuestionSoftware Quality Metrics Pin
Mazdak8-Apr-07 20:20
Mazdak8-Apr-07 20:20 
AnswerRe: Software Quality Metrics Pin
Paul Conrad4-Nov-07 7:12
professionalPaul Conrad4-Nov-07 7:12 
QuestionWho can tell me the difference between Composite Pattern and Iterator Pattern? Pin
xibeifeijian6-Apr-07 22:29
xibeifeijian6-Apr-07 22:29 
AnswerRe: Who can tell me the difference between Composite Pattern and Iterator Pattern? Pin
Ray Kinsella8-Apr-07 5:37
Ray Kinsella8-Apr-07 5:37 
QuestionGot that bad feeling .... Pin
Ray Kinsella5-Apr-07 13:47
Ray Kinsella5-Apr-07 13: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.