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 |
What is asp contentplaceholder?
Is asp still used?
What opens asp files?
What is the difference between asp and aspx?
What are the stored procedures?
Explain the difference between server-side validation and client-side validation?
What is a variable in asp?
What is hidden field?
How are scripts executed?
What are the attributes of the tags? What are their functions?
how u can use asp.net for making website?
What is the default scripting language in asp?