Re: code example with good architectural practises?
- From: David Hernandez Diez <dhdiez@xxxxxxxxxxxxxxxxx>
- Date: Tue, 24 Jan 2006 20:13:07 +0100
I recommend you to check the Microsoft "pattern and practices" site.
http://msdn.microsoft.com/practices/
It provides patterns and best practices, from the theory to real implementation (The enterprise Library is a set of code, which follows patterns & best practices, that you can use in real applications)
-- Regards, David Hernández Díez MCDBA MCSD vs6 & .NET DCE5 .Net1.1 & DCE2 .NET 2.0
engwar wrote:
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?
.
- References:
- code example with good architectural practises?
- From: engwar
- code example with good architectural practises?
- Prev by Date: Re: code example with good architectural practises?
- Next by Date: Media player COM object prob
- Previous by thread: Re: code example with good architectural practises?
- Next by thread: recreate virtual directory in iis
- Index(es):
Relevant Pages
|