| Author: priya narayan 04 Jul 2009 | Member Level: Gold | Rating:  Points: 2 |
if you want an example for 3 tier architecture, you can look at the Duwamish sample. it is still a good Microsoft .NET example of implementing an 3-tier architecture. If you go through the solution carefully which is made up of a few projects that implement the various tiers, you'll get a good idea. For more informn Refer: Duwamish Sample download (C# or VB.NET): http://msdn2.microsoft.com/en-us/library/ms978471.aspx
Duwamish Overview and related links: http://msdn2.microsoft.com/en-us/library/aa288561(VS.71).aspx
And for some good background reading you can look at:
- Application Architecture for .NET: Designing Applications and Services http://msdn2.microsoft.com/en-us/library/ms954595.aspx
- Designing Data Tier Components and Passing Data Through Tiers http://msdn2.microsoft.com/en-us/library/ms978496.aspx
Thanks and Regards Priya
"Motivation is a fire from within. If someone else tries to light that fire under you, chances are that it will burn very briefly." - Stephen Covey
|