what is client-server architecture in .net?
and what is 3-tier architecture?



what is client-server architecture in .net? and what is 3-tier architecture?..

Answer / anil kumar

client server architecture is single tier arch.
application directly connect to database.

three tier arch is
first tier application tier
second bussiness tier+ data dcess tier
third database tier

Is This Answer Correct ?    33 Yes 11 No

Post New Answer

More ASP.NET Interview Questions

What is the purpose of url encoding?

0 Answers  


what is the difference between this.controls and page.form1.controls and me.controls?

2 Answers   FactorH,


about view state and how validation controls will be executed on client and server

3 Answers   Wipro,


How to handle errors in Web API?

0 Answers  


asp.net interview questions

0 Answers  






Which keyword you should use for class not to extend? Which keyword to be used for making the class accessible within the assembly only what are the authentication mode of ASP.NET How will you call a JavaScript function using code-behind? How will you define the Session Timeout? What are the methods to validate client-side whether the input is a correct Date format? You want to write a log when ASP.NET application starts. Which is the best place to write that peice of code? What are the page load events and what is there order? What is the difference between abstract class and interface? What are the differences between DataSet and DataReader? What are the two properties other than DataSource, which is required to populate the Drop Down Menu? What is difference between String and StringBuilder Classes? What are differences between Custom control and User control?

1 Answers   Ignis Technologies,


Why select Web API?

0 Answers  


Difference between Active Exe and Dll ?

3 Answers   Satyam,


what is COM Object in Dot net?

6 Answers   CTS,


Can you explain the importance of finalize method in .net?

0 Answers  


What is the advantage of using Windows authentication in a Web application?

0 Answers   MCN Solutions,


web farm .. how does session shuld be stored... if inproc used? does the session persists from one server to other.

2 Answers   TCS,


Categories