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
How can you disable the browser to view the code?
What is asp contentplaceholder?
Which asp object is often used to retrieve user information from forms?
What is difference between aspx and razor?
Define request object?
no.of pages comes before protected void ?
Define asp?
Juxtapose the HTTP verbs GET and POST. What is HEAD?
How do I open aspx file on mac?
Is asp still used?
what is page
Is asp still supported by microsoft?
Explain how is method overriding different from overloading?
Name the command to display characters to the html page?
Define an application domain?