N-Tier Architecture Presentation Logic Layer
The Presentation Layer in an N-Tier structure is commonly referred to as the “client” layer. It consists of parts that are used to present data to an end user. Examples of components on the Presentation Layer might include edit boxes, labels, text boxes, grids, buttons, Windows or Web forms, or more. The Presentation Layer can be either Windows based or Internet based. What an Internet Based Presentation Layer Looks Like Let us take a look of a correctly formatted Presentation Layer. This one consists of a Web server (IIS, in…
Read More