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
Does asp.net still recognize the global.asa file?
How to display Alert in ASP.NET
What does aspcompat="true" mean?
Explain the function of new view engine in asp.net? : asp.net mvc
What are strong names?
What is the difference between login controls and forms authentication?
Can we have 2 web config files?
What are the benefits of view state?
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
Can you use c# without .net?
What is asp.net architecture?
What is the full meaning of asp.net?
Explain model, view and controller represent in an mvc application? : asp.net mvc
Why would anyone need to implement their own hashtable or linked list?
In Code-Behind class which kind of code (server or client) is found ?