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 / 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 |
WHT IS DIFFERENCES BETWEEN HTML CONTROLS AND SERVER CONTROLS.
How would you create a permanent cookie?
explain code with multi inhertance
What is the difference between page.registerclientscriptblock and page.registerstartupscript?
What is form method?
What is the question mark in a url?
What are session state modes?
I’m having some trouble with cas. How can I diagnose my problem?
Why the javascript validation not run on the asp.net button but run successfully on the html button?
what is impersonation in ASP.NET?
7 Answers Accenture, Merrill Lynch, Wipro,
How to deploy/publish webservices?How many ways?Plz explain me
If(dropdownlist1.selectedIndexChanged==true) { //code } else { //code } I am getting error in If condition, so can u pls give me a solution.
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)