-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
ASP.NET Core 9 Essentials
By :
Dynamic web-based applications have a flow that basically involves two distinct “worlds” the frontend and the backend. In general, the frontend deals with the mechanisms that are visualized and allow interaction between users and the various functionalities proposed by the solution. Therefore, a frontend is made up of buttons, texts, lists, menus, images, and other aspects that together form the UI. The backend is the representation of the mechanisms used to allow dynamism to the frontend, according to user interaction. We will discuss more about backend-related aspects in Chapter 3.
Each of the terms expressed in the previous paragraph works in different contexts. The frontend usually runs on the client, which translates into the user’s browser. Client is a generic term that can express other types of user interaction. But in this case, we will talk about the client as the browser of your choice. The backend runs on the server...