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 icomparable in c#?
What does == mean in c sharp?
What do you mean by “finalize” and “finally” methods in c#?
How do I create a delegate/multicastdelegate?
What is class method c#?
Explain the ways to deploy an assembly?
Which config file has all the supported channels/protocol?
Define method overloading in c#?
What is the use of the static constructor? When static constructor gets compiled?
How to include c++ header files in c# components?
Describe the difference between inline and code behind - which is best?
What is the major difference between a custom control and user control?
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)