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
How to prepare culture-specific formatting in .net.
What are merge modules?
how to retrieve property settings from xml .config file.
What is a 1x1 pixel?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
Can you explain the importance of finalize method in .net?
What is the use of session?
List some of the important session state modes of asp.net.
Which method is used to enforce garbage collection in .net?
What is a viewbag?
WSDL means?
Is asp.net a programming language?
Briefly describe the role of global.asax?
What are the advantages of passport authentication?
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc