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 |
Which choice is NOT a property of Dictionary Object? A. Key() B. CompareMode C. Item () D. Exists () E. Count
How do in-process communication work in the common language runtime?
Why we need stored procedures?
What is full form of aspx?
why did u choose tech support as ur careears
Is asp still used?
Is asp a language?
what are disadvantages of AJAX controls?
Which is the default Scripting Language on the client side in ASP?
How many Max Cookies can we create in Server? A. 10 B. 20 C. 30 D. 40
Hii My Question is How the Down Payment will clear in APP? Can any one help me
what are the two main compononet in remoting