what is n tier ?
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 |
Name the control which would you use if you needed to make sure the values in two different controls matched?
what is execution of asp page
How does if-not-modified-since work? How can it be programmatically implemented with ASP.NET?
What is the difference between asp and saas?
i am creating an e-learning site, i want my customers to pay directly through paypall to my paypall account directly from my page ? is it possible ? is there any ready paypall script ?
Why asp is used?
Is classic asp dead?
Name the data types which does the rangevalidator control support?
What is difference between server.transfer and response.redirect ?
2 Answers CIStems Software, Effexoft, VebTel,
What are the scripting objects in asp?
What is msmq?
How do I create an aspx file?