Explain the three services model (three-tier application).
Answer Posted / kavithasm
Three layers are
UI - User Interface
Busines Logic Layer
Data Access Layer
User Interface - Client sends request to the server.
Business Logic Layer - its for validation purpose.
Data Access Layer - Interacts with the server and returns
back to the business logic layer
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Can a sealed class be used as a base class?
What is the default scope of a class in c#?
Is multiple inheritance possible in c#?
Explain the difference between event and a delegate in c#?
Can derived classes have greater accessibility than their base types?
What is meant by unicode characters?
What is difference between dictionary and hashtable?
Write a sample code to write the contents to text file in c#?
Does c# support templates?
What is session variable in c#?
How do you escape in c#?
What is xor operator in c#?
What language do desktop applications use?
What is anonymous class in c#?
Why hashtable is thread safe in c#?