Click here to Skip to main content
15,890,579 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi,


i just started web development using 3-tier architecture in asp.net with sql server 2005. pls help me with a simple code example.



Posted

 
Share this answer
 
Hi
Look at Martin Fowler's works. His book Patterns of Enterprise application architecture is an excellent on. His article's are here..

http://martinfowler.com/articles.html[^]
 
Share this answer
 
I'm not aware of any specific examples, but I recommend you buy a book on the subject (or do some searches on Google/Code Project). Nobody here is not going to provide you with code tailored specifically to you. We'd just be searching online ourselves, so you might as well do this yourself.

With ASP.NET and SQL Server 2005, SQL would be your data layer (and you could build a data access later on top of that), ASP.NET would be your presentation layer, and you would also have to build a business logic layer. Here is a pretty good diagram of a typical 3-tier architecture: Wikipedia diagram. Read more here.
 
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