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 are satellite assemblies?
What is Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly?
Define satellite Assembly?
How many types of constructor are there in c#?
How do you read an Excel sheet in C#?
What is literal control
What is the do while loop code?
What is the difference between an integer and int?
Explain the use of virtual, sealed, override, and abstract method?
Are value types sealed?
What are the properties in c#?
Is boxing an implicit conversion?
What are the principles of delegation?
What is the base class of all classes in c#?
Can You Prevent Your Class From Being Inherited By Another Class?