explain the three services model commonly know as a three-tier application.



explain the three services model commonly know as a three-tier application...

Answer / Ashwini Kumar

The three-tier architecture is a design pattern for organizing applications. It separates an application into three distinct layers: Presentation, Application/Logic, and Data Access. This separation allows each layer to focus on its specific task, promoting maintainability, scalability, and reusability.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

what is the real use of interface in c#,other than that multiple inheritance is not possible

7 Answers  


How many static constructors are allowed in a class?

1 Answers  


How do I unload an application domain?

1 Answers  


What is transparent caching with aop ?

1 Answers  


What is Partial class? What purpose we use it?

6 Answers   ACS, TATA,


Does unity use c++ or c#?

1 Answers  


How do I format a string in c#?

1 Answers  


Is array value type in c#?

1 Answers  


What is the implicit name and type of the parameter that gets passed into the class set method?

1 Answers  


Explain About Web.config

1 Answers   Keane India Ltd,


What does Dispose method do with the connection object?

2 Answers  


Is it possible to execute multiple catch block for a single try statement?

1 Answers   Siebel,


Categories