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
What are the variables in c#?
What is the difference between a field and a property in c#?
If you want to write your own dot net language, what steps you will u take care?
Why static variables are used?
How does c# achieve polymorphism?
What is ilasm.exe used for?
How to rotate an Image in C#?
What is a struct in C#?
How to assign Null value to Var?
What is difference between === and ==?
What benefit do you get from using a primary interop assembly (pia)?
What are the commonly used i/o classes?
What is the object class in c#?
What does get set mean in c#?
how to Create a datagridview control with check box column with 8rows in it, the maximum number of check boxes checked should be 3, when user checks the 4th corresponding message should be displayed and check box should be checked. User can uncheck the checked boxes Note: read-only property should not be used