Re: Polymorphism & Collections
- From: "dkode" <dkode8@xxxxxxxxx>
- Date: 16 Mar 2006 13:47:39 -0800
I have a quick question about your implementation.
Doesn't this violate n-tier design because the datalayer has knowledge
of the business layer objects? I thought the data layer was only
supposed to return records (DataReader) in this instance, or is all of
this code in your data layer?
NO knowledge of business layer objects, doing so violates proper N-TierFrom other NG postings, I've had people tell me that the Data Layer has
design and tighly couples your business layer with your data layer.
.
- Follow-Ups:
- Re: Polymorphism & Collections
- From: Jerad Rose
- Re: Polymorphism & Collections
- References:
- Polymorphism & Collections
- From: Jerad Rose
- Re: Polymorphism & Collections
- From: Jerad Rose
- Polymorphism & Collections
- Prev by Date: Re: US job market
- Next by Date: Re: US job market
- Previous by thread: Re: Polymorphism & Collections
- Next by thread: Re: Polymorphism & Collections
- Index(es):
Relevant Pages
|