Re: Polymorphism & Collections
- From: "Jerad Rose" <no@xxxxxxxx>
- Date: Sat, 18 Mar 2006 01:25:50 -0500
Yeah, this seems to work well. One of the better articles I've found to
help me understand designing the different layers/tiers is this one on MSDN:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/BOAGag.asp
Check that out if you haven't already read it. There are some other good
articles on MSDN along these lines as well, but this deals specifically w/
data access layer component design.
HTH.
Jerad
"dkode" <dkode8@xxxxxxxxx> wrote in message
news:1142614718.790526.225350@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I see how you have it configured now.
I have never tried to setup my apps that way, I've always had the
business entities in the same layer as the business rules. I guess this
does allow for better seperation, and for getting typed data from your
data layer rather then generic datareader/dataset.
Have you had success with structuring your apps in this way? I might
opt to try this in my next project (planning stages now)
.
- References:
- Polymorphism & Collections
- From: Jerad Rose
- Re: Polymorphism & Collections
- From: Jerad Rose
- Re: Polymorphism & Collections
- From: dkode
- Re: Polymorphism & Collections
- From: Jerad Rose
- Re: Polymorphism & Collections
- From: dkode
- Re: Polymorphism & Collections
- From: Jerad Rose
- Re: Polymorphism & Collections
- From: dkode
- Polymorphism & Collections
- Prev by Date: Re: How properly return XML from an ASPX page?
- Next by Date: Re: long, not too long
- Previous by thread: Re: Polymorphism & Collections
- Next by thread: Spring Framework Example...
- Index(es):
Relevant Pages
|