C# you can build 3 different kinds of Presentation Layers. What are they?
C# can build three different types of presentation layer which are :
Presentation layer : This is the first layer which is basically the user interface or UI layer the main purpose of the UI layer is to convert every function into a form which user can understand.
Logic layer : This layer basically controls all the logical operations , processing and commands and it also acts as bridge between the other surrounding layers as it receives the data from data layer and to perform certain operations and sends it to presentation layer it is also capable of performing certain calculations.
Data layer : In this layer the information or data is stored and retrieve d from the database it basically sends the data to logic layer for processing and then that data is sent to the user
Note : please give a thumbs up if you like my answer I would really appreciate it
Get Answers For Free
Most questions answered within 1 hours.