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

In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?

1 Answers   HCL,


How can exception be handled with out the use of try catch?

1 Answers  


what r the Templeats in ASP.net?

5 Answers   Intel, VBV,


Can the unique key be null?

1 Answers  


What is difference between Lambda Expression and LINQ in ASP.NET?

1 Answers   Viscus Infotech,


all asp.net interives questions

1 Answers  


How would you get asp.net running in apache web servers? Explain it's limitations.

1 Answers  


whats the purpose of AUTOPOSTBACK property for the controls in asp.net?

4 Answers  


In which event are the controls fully loaded?

1 Answers  


Is viewstate enabled by default?

1 Answers  


what is the exact purpose of http handlers and interfaces?

1 Answers  


If i have a page where i create an instance of a dll and without invoking any method can I send values to next page ?

1 Answers   Satyam,


Categories