Click here to Skip to main content
15,903,385 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Iam new to .Net
Give some Sample Coding for 3 tier architecture
Posted
Comments
[no name] 20-Aug-12 8:13am    
Plenty of sample from a simple google search.

3-Tier architecture is a very well know buzz word in the world of software development whether it web based or desktop based.
3-Tier Architecture in ASP.NET with C#[^]
Building a 3-Tier Application using ASP.NET
[^]

3-tier application is a program which is organized into three major disjunctive tiers on layers. Here you can see that how these layers increase the reusability of codes.
Three Tier Architecture in ASP.NET[^]

A CP article on the background, advantages and usage of 3-tier architectures in C#.
3-tier architecture in C#[^]

Detailed explanation:
3-Tier Architecture in asp.net using c#[^]

Some more:
3-tier architecture in C#[^]
3-Tier Architecture Examples[^]
3-Tier Architecture in ASP.NET with C#[^]
 
Share this answer
 
v2
There are several good articles about the subject on this very site:
http://www.codeproject.com/search.aspx?q=Tier+Architecture+in+Asp.net&x=0&y=0&sbo=qa&usfc=false[^]
 
Share this answer
 
Comments
Arunprasath Natarajan 20-Aug-12 8:00am    
Well Said...

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