Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi Team,
can anybody tell me how to implement the asp.net web application using the 3-tier architecture with design pattern implemented into it..also can any one help me for which scenario which pattern should used?

Thanks in advance...
Posted

3 tier application development can be understood by following examples.

YaBlogEngine - A Tiny Blog Engine written in ASP.NET/C#[^]

YaMessaging - A simple e-mail like messaging application[^]

and use of design patterns depends more on the business logic need and overall architecture. nevertheless you can browse through my article lists to find some introductory material on design patterns. More patterns will soon follow.
 
Share this answer
 
U can go through the PetShop sample application....its a good start to understand design patterns and loosely coupled system.

http://petshopvnext.codeplex.com/[^]
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900