hi
wrever i go thy r asking depth abt 3-tier architecture i.e,
hw to deploy 3 layers into 3 servers i do nt have much idea
on deployment. can any one send me the tips or code if u hav
kindly mail me.
Answer Posted / neerajtyagi
3 tier architecture is sliced into three layers.
1) Presentation / application layer : that consists of all
the UI part which is shown to the screen.
2) Business logic layer : which contains all the business
logic for manipulation and ways to handle data.
3) Data access layer : which comunicate to database and
pull all the data from data server and provide data to
business layer.
Each layer communicated to its nearest layer only ie.
Presentation layer can communicate to Business layer and
vice versa.
In 3 tier architecture there are basically two are the
assemblies for BLL and DAL.
if we have to deploy these on three different server than
we need to do something like:
Server 1 : Database server : (SQL Server / Oracle)
Server 2 : Business Server : Contain Assemblies and
communicate to Presentation layer using web service or WCF.
Server 3 : Presentation Server : Contain the UI part to
display data fetched from Business layer consuming the
Webservice or WCF.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What are the Types of state management techniques
How many types cache in asp net?
Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?
How can we call webservices in Banking Applications? and where we are using it?
Can you explain one critical mapping?
What is work flow gen? how can it will work with .Net?
What are the various types of validation controls provided by asp.net?
Why do we use asp.net?
What is the difference between page directive include and action tag include?
Is razor a programming language?
What is an asp.net validator? And, mention its types.
How does a content page differ from a master page?
What is a session http?
Why viewstate is used in asp.net?
What is viewstate? What does the “enableviewstate” property do?