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
What is caching? Explain.
Explain code snippet to register exception filters from controller?
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
What is the sequence in which ASP.NET events are processed?
What is the use of dispose method?
Explain the basic functionality of garbage collector?
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
Describe the diffeerence between inline and code behind?
Why is it preferred to not use finalize for clean up?
How does session work?
What are the features of asp.net mvc?
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
Define the term Scavenging in Caching?
What are assemblies and namespaces and explain the difference between them ?
To redirect the user to another page which method do we use without performing a round trip to the client?