can any one explain about 3-tier architecture and how to
deploy 3 layers of 3-tier architecture in 3 different
servers.plz send me .net code

Answer Posted / nitin kumar

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 ?    14 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a url string?

541


What are the different types of validation controls provided in ASP.NET?

657


Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?

645


Explain server-side scripting and client-side scripting.

507


Can the unique key be null?

560






What is a reflection?

574


Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?

560


What is the full meaning of asp.net?

515


Who can consume WebAPI?

580


Can you explain page lifecycle in net?

501


Can you explain how ASP.NET application life cycle and page life cycle events fire?

558


Hello, Using Visual Studio 2005 (VB) I am working to create a Web Site implementing the following: Within a gridView I have placed a dropdownlist control with a DataSourceID="SDSLkupList". SDSLkupList is a sqlDataSource used to store a lookup list for dropdownlist translation from ID to text. SDSLkupList contains the translation text and other fields related to the dropdown selection ID. (Thought it would be efficient to get everything at the same time.) I would like to provide the user the ability to select from the dropdownlist and, based on the selection, use labels to list related columns stored on the SDSLkupList in separate gridView columns. I have read that SqlDataSources are not meant to be used for individual controls. Since SDSLkupList contains all related information, is there a way to do a find using the dropdownlist selectedValue? (I was not able to discover one.) Otherwise, what should I use? It would need to set the labels on the gridView DataRowBound event as well as the SelectedIndexChanged events. Has anyone done this? Any help would be appreciated. Thanks in Advance. Neal

1365


What does it mean your session has timed out?

519


What would be salary for 8+ years of experience in ASP.NET in different metro city in india?

1978


Explain the advantages of asp.net.

536