Explain the three services model (three-tier application).
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Answer / p.ramakrishna
The three-tier or a multi tier architecture has client,
server and database. Where the client request is sent to
the server and the server in turn sends the request to the
database. The database sends back the information/data
required to the server which inturn sends it to the client.
| Is This Answer Correct ? | 4 Yes | 4 No |
What is difference between asp net and c# net?
What does this keyword mean in c#?
What is a custom attribute?
What is the difference between User controls and Custom Controls?
What is the difference between disposing of () and finalize() methods in c#?
What do you mean by sealed classes and static classes?
Is nullable type c#?
What is dynamic object in c#?
Which is executed if an exception has not occurred?
What are constructors in c#?
What is marker interface?
How to sort an int array in c#?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)