Tutorials
Resources
Forum
Reviews
Communities
Interview
Jobs
Projects
Training
Your
Ad
Here
Silverlight Games
|
Mentor
|
Code Converter
|
Articles
|
Code Factory
|
Computer Jokes
|
Members
|
Peer Appraisal
|
IT Companies
|
Bookmarks
|
Polls
|
Revenue Sharing
|
Lobby
|
Gift Shop
|
Prizes & Awards
My Profile
Sign In
Register
AdSense Revenue
Active Members
Today
Alwyn
(42)
Abhisek Panda
(40)
Nadheera V
(30)
Last 7 Days
Alwyn
(706)
nishithraj
(512)
Gaurav Arora
(504)
more...
Resources
»
Articles
»
.NET Framework
»
Three_tier architecture.
Posted Date: 11 Oct 2006
Resource Type:
Articles
Category:
.NET Framework
Author:
Sukanya
Member Level:
Diamond
Rating:
Points
: 10
For any application user is interacts with database. So in the two tier architecture it consists of clients and database. Here client tier is responsible for our business logic and user interface where as database tier is nothing but server tier is responsible for providing data to the client applications. But there are certain draw backs like it is little bit slow performance wise ,it will increase network traffic so Microsoft has introduced Windows Distributed internet Applications(Windows DNA) architecture this enables to implement three-tier architecture
In the three-tier architecture mainly it consists of following
Database layer:
It will have information about all the databases and tables .These services include ADO(ActiveX Data Object )and OLEDB it will allow to interact business logic with database
Business logic layer:
It is an intermediate layer between database and presentation mainly it we will place our business logic here means all the logical coding is placed here.
Presentation layer :
It is mainly used for display the data to the users. Main services of this are it support HTML,DHTML,Scripting languages and Win32 API.
Advantages:
1.Mainly we can improve performance of the application.
2.We can reduce the traffic flow between client and server
3.Security to our code.
4.It will support distributed environment.
Responses
Author:
kothanzaw
23 Oct 2006
Member Level:
Bronze
Points
: 0
I would like to learn more details ...Where can I?
Feedbacks
Popular Tags
What are tags ?
Search Tags
Sign In
to add tags.
Three tier architecture
.
Post Feedback
This is a strictly moderated forum. Only approved messages will appear in the site. Please use 'Spell Check' in Google toolbar before you submit.
You must
Sign In
to post a response.
Next Resource:
Components in CLR
Previous Resource:
.Net Portable Executable File
Return to Discussion Resource Index
Post New Resource
Category:
.NET Framework
Post resources and
earn money
!
More Resources
Components in CLR
Add controls at Run Time Part- 2
Add controls at Run Time Part 1
Visual Studio 2005 and Web References
Exploring MySQL 5 with Visual Studio.NET 2003
Saving User Data In The Hidden Field in the Page Itself
dotNet Slackers
About Us
Contact Us
Privacy Policy
Terms Of Use