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 the concept of View Model in MVC?
From which base class all web forms are inherited?
What is state management in asp.net with example?
What is the biggest disadvantage of “Other Return Types” in Web API?
How do you create a master page?
How to implement role based security in asp.net mvc? : Asp.Net MVC
Should I delete cookies?
What does it mean your session has timed out?
How many types of sessions are there in asp net?
Explain swagger components.
How do we implement bundling in MVC?
Do you know about caching with the datasource controls?
Explain the path instructions in xaml?
Which method is used to enforce garbage collection in .net?
What is the difference between union and join?