Question: Following diagram shows generic 3-layer architecture: How does each layer programmatically communicate with each other? Apply relevant code snippet in C# to show communication as
Following diagram shows generic 3-layer architecture:

How does each layer programmatically communicate with each other? Apply relevant code snippet in C# to show communication as shown in the above diagram. Assume any scenario or example to elaborate on your answer.
Presentation Layer Business Logic Layer Data Access Layer Data Source
Step by Step Solution
3.41 Rating (164 Votes )
There are 3 Steps involved in it
Basically a 3Tier architecture contains the following 3 layers Application Layer or Presentation Layer our web form and UI Part Business Logic Layer Bussinesslogic Data Access Layer DataAccess Here I ... View full answer
Get step-by-step solutions from verified subject matter experts
