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 protected internal modifier in C#?
Why do we need to override in c#?
What are "class access modifiers" in C#?
What is the difference between virtual method and abstract method?
How do I do implement a trace?
Is it possible to inline assembly or il in c# code?
Explain About sn.exe
What is platform independence"?
Explain lock, monitors, and mutex object in threading.
How can I check the type of an object at runtime?
What does type safe mean in c#?
How can you achieve run time polymorphism in C#?
Is null or empty in c#?
What is system predicate?
Explain how to parse a datetime string?