what is n tier ?

Answer Posted / manoj batra

3-Tier architecture generally contains UI or Presentation
Layer, Business Access Layer (BAL) or Business Logic Layer
and Data Access Layer (DAL).

Presentation Layer (UI)
Presentation layer cotains pages like .aspx or windows form
where data is presented to the user or input is taken from
the user.

Business Access Layer (BAL) or Business Logic Layer
BAL contains business logic, validations or calculations
related with the data, if needed. I will call it Business
Access Layer in my demo.


Data Access Layer (DAL)
DAL contains methods that helps business layer to connect
the data and perform required action, might be returning
data or manipulating data (insert, update, delete etc).

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

textbox has viewstate property,but it does not depend on its property to retain their data across page,Explain.

1228


Write a program in ASP that connect with "Employee" Database and Select all records from "Emp" table and shown in tabular form.

1334


What process happens behind, when we try to access any page on the internet.

1651


Is classic asp still supported?

548


Who is asp in police?

484






What is difference between asp and aspx?

487


What are the features of asp?

517


Explain how to handle error in asp?

511


What is the difference between cshtml and aspx?

535


What are private assemblies and shared assemblies?

528


how to configure asp.net website in vs2008. and the projects devoloped in 2005 can be run in 2008

1461


Define application-scope?

511


Name the browsers that can access asp pages?

498


Juxtapose the HTTP verbs GET and POST. What is HEAD?

3371


What happens to asp pages?

522