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 |
Hii if you not select open item Management in GL Creation. What is the impact in transaction
What is the function of Buffer in Response Object?
Describe how a browser-based Form POST becomes a Server-Side event like Button1_OnClick
What is IIS?
What is Querystring collection?
How to use XML file as a database in the ASP
Why asp is used?
What are LOCAL and GLOBAL variables?
What are the methods in session object in asp?
What is asp and how it works?
What is servervariables collection in asp?
What is a .ASP file?