954,595 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Hepl needed in 3 tier architecture

can anybody tell me abot the 3 tier architecture in details that means how they communicate in between layers etc...

rajesh79
Newbie Poster
10 posts since Dec 2007
Reputation Points: 10
Solved Threads: 0
 

hi rajesh79
you can get information about this theoretical information on any .net site. Only make a search on google. But the actually the difference is that the transaction is taken in three steps. We generally use namespace, class , property in this.
When any transaction is taking place at that time we use get and set propers and pass values.
i know i can not explain. May be you are more confused. so..
http://www.beansoftware.com/ASP.NET-Tutorials/Three-Tier-Architecture.aspx
see this link. This will make you more clear what i am trying to say. As per my view here the theoretical and practical implementation is different. Best of Luck...

sbv
Junior Poster
178 posts since Jan 2008
Reputation Points: 15
Solved Threads: 8
 
can anybody tell me abot the 3 tier architecture in details that means how they communicate in between layers etc...

in short, you create 3 project in your solution. presentation specific taks are handled in presentation layer which is your web application. you add another project which is of type class library, put your business logic related classes in to this layer, put another class library project and put your data access specific tasks into this layer (your ado.net objects). and to enable communication among this layers you have to add reference to your web project and business layer respectively, right click the projects, click add reference and select the project as your reference type, then it will create the dll's for you and add them into your bin directories, then you can reach the classes in business logic layer by typing their namespaces and class names, via the same way your business logic layer will communicate with your dataacess layer.

Serkan Şendur

serkan sendur
Postaholic
Banned
2,062 posts since Jan 2008
Reputation Points: 854
Solved Threads: 127
 

Click to find the 3 tier architecture :

3 Tier Architecture In ASP.Net with C#

gsuryaprasath
Newbie Poster
3 posts since Jul 2011
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You