what is client-server architecture in .net?
and what is 3-tier architecture?
Answer Posted / 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 View All Answers
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
Describe paging in asp.net?
Define repository pattern in asp.net mvc? : asp.net mvc
What is a page life cycle?
What are the advantages of using session?
Explain what is viewstate?
Can we have a web application running without web.config file?
Can you explain autopostback?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
How to bind all the binding controls in a page at once in ASP.NET?
How to fetch a data from one table to another table in asp.net ?
What is the significance of attaching a profile while creating a user?
How does asp.net page work?
What are demand-paging and pre-paging?
List some of the important session state modes of asp.net.