Explain the three services model (three-tier application).
Answer Posted / p.ramakrishna
The three-tier or a multi tier architecture has client,
server and database. Where the client request is sent to
the server and the server in turn sends the request to the
database. The database sends back the information/data
required to the server which inturn sends it to the client.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What is session management in c#?
What are the various components in crystal reports?
What is difference between .net and c#?
Which is faster iqueryable or ienumerable?
Explain About .NET Remoting and types of remoting
How can I create image pieces/sub image?
Explain the difference between a Private Assembly and a Shared Assembly
If a method's return type is void, can you use a return keyword in the method?
Why dictionary is faster than list?
Why do we use static methods in c#?
What is the advantage of generics in c#?
Enlist all the components of an ado.net framework?
What are the concepts of dispose method?
What is ienumerable and iqueryable?
What is parameter c#?