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 do I force the dispose method to be called automatically, as clients can forget to call dispose method?
how to retrieve property settings from xml .config file.
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
What is the compiled object?
Explain a program using razor view engine to create a simple application? : asp.net mvc
How do you declare static variable? What is its lifetime?
Is session stored in browser?
Can we handle the error and redirect to some pages using web.config?
What I need to create and run an asp.net application?
What is difference between session and application in asp net?
What is session authentication?
Are there resources online with tips on asp to asp.net conversions?
Describe a bubbled event and how it is used ?
What are main return types supported in Web API?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?