Project Architecture (3tier, n-tier)



Project Architecture (3tier, n-tier)..

Answer / 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

More ASP.NET Interview Questions

What are two ways that you can set the minimum and maximum values for a rangevalidator? When would you use each technique?

1 Answers  


How do you manage session in ASP and ASP.NET?

1 Answers   Microsoft,


Explain the differences between Server-side and Client-side code?

12 Answers   Cognizant, CTS, Siebel Systems, Visual Soft,


What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?

0 Answers  


what is the relation between delegates and events

4 Answers   IBM, iNautix,






How do you use viewstate?

0 Answers  


how can i deploy a asp.net webapplication.in a company so that all employees may access application on their different computers and share a single database. plz tell me the steps to do it..thanks.

1 Answers  


Is it necessary to lock application state before accessing it ?

1 Answers  


What is the function used for removing an event listener?

0 Answers  


How can we register exception filter from the action?

0 Answers  


What methods are fired during the page load?

3 Answers  


Can we override the enablepartialrendering property of the scriptmanager class?

0 Answers  


Categories