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
Is c# an open source?
What is icomparable in c#?
What is data binding c#?
What will be the output of the following code?
Explain About multi level and multiple inheritance how to achieve in .net
What is immutable in C#?
When should I use static in C#?
How does yield return work c#?
What does using system mean in c#?
What is the purpose of static?
Is lazy t thread safe?
Define delay signing?
Explain Direct CAST vs CType ?
What is the difference between a class and an object c#?
Is int reference type c#?