Explain the three services model (three-tier application).
Answer Posted / subbaraja
Here 3 tier then we need to talk about UIlayer, Business
layer, Data layer.
UI layer: Requests the data form Business layer
Business layer : Acts according Business rules fetch or
insert data through the Data Layer.
Data Layer: Responsible for all Data base operations
requests from business layer
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What is ienumerable t in c#?
Can the nested class access, the containing class. Give an example?
What is double c#?
Can you call from an inherited constructor to a specific base constructor if both base class and an inheriting class has a number of overloaded constructors?
How many static constructors are allowed in a class?
What is a static class in c#?
What is arraylist class in c#?
What is cshtml?
How do you declare an interface in c#?
What is called method in c#?
What is ilist c#?
What is Web.config?
Can we set image Source dynamically using C# in WPF application?
What is a dll in c#?
What is jagged array in c#?