Answer Posted / alb.shah
Layered application designs are extremely popular because
they increase application performance, scalability,
flexibility, code reuse. In the classic three tier design,
applications break down into three major areas of
functionality:
•The data layer manages the physical storage and retrieval
of data
•The business layer maintains business rules and logic
•The presentation layer houses the user interface and
related presentation code.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Explain how is a property designated as read-only?
Why mvc is better than asp.net? : Asp.Net MVC
how to transfer the file from client to server using asp.net
In which event of page cycle is the viewstate available?
Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?
Why is the standalone environment only useful during the development process?
Explain what is an abstract class?
What are custom controls?
What are html helpers in asp.net?
Can user control be stored in library?
Explain how asp.net page works?
How to set the pane area to transparent of a scrollPane component.?
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What is a 1x1 pixel?
What is asp.net caching?