code example with good architectural practises?
- From: "engwar" <engwar1@xxxxxxxxx>
- Date: 24 Jan 2006 07:35:15 -0800
Which starter kit or open source project would you consider
well-architected? Or more specifically which has good examples to
showing a newbie how to separate presentation/business logic/data
layer?
The Time Tracker 1.x version does NOT seem to fit the bill as there is
data access code in the business logic layer. The data layer contains
only the SQLHelper class.
The duwamish codebase seems to be put together a little better but it
has an extra business facade layer that, while it may be a good idea,
is perhaps an extra layer that newbies don't need while learning.
I've also looked at the DotNetNuke app which definitely seems more
complex than a newbie needs for learning purposes.
What would be YOUR recommended codebase showing best architectural
practises for newbies?
.
- Follow-Ups:
- Re: code example with good architectural practises?
- From: David Hernandez Diez
- Re: code example with good architectural practises?
- From: Michael Nemtsev
- Re: code example with good architectural practises?
- Prev by Date: Re: run 2 instances of visual studio?
- Next by Date: Re: run 2 instances of visual studio?
- Previous by thread: Running 19" wide screen displays for coding
- Next by thread: Re: code example with good architectural practises?
- Index(es):
Relevant Pages
|