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 mvc pattern in c#?
What is using keyword in C#?
What is difference between singleordefault and firstordefault?
What is system console writeline in c#?
How long can loop recorders stay in?
What is a virtual property. Give an example?
how to insert the data from the grid view to database table though button click.pls send the answer to mail id suri1319@gmail.com
What is a Managed Code??
Why do we need static in c#?
Explain about Oops concept
Define using statement in c#?
What is assembly version series sequence?
How can I create a process that is running a supplied native executable (e.g., Cmd.exe)?
Is c sharp and c# are same?
If the interface in c# only contains the declaration of the methods and we need to define those methods in the class, then why we use the interface?