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
What is Partial PostBack in ASP.NET?
If 200 is for all successful operation then why do we have 201 response codes?
What is a web api?
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
Which library is used by the testers and developers to develop automated tests and create testing tools?
What is the difference between sealed vs static class?
What are the data controls available in asp.net?
Please briefly explain the usage of global.asax?
What is session management in web application?
What are url fragments?
What is ispostback property?
What are directives in asp.net? List down all the important directives.
Which method do you use to enforce garbage collection in .net?
What is difference between ispostback and autopostback in asp net?
Explain how do you validate the controls in an asp .net page?