E
engwar
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?
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?