In the MVC design pattern, the _________ is responsible for updating the view and processing user input.
- Controller
- Model
- View
- Middleware
In the MVC (Model-View-Controller) pattern, the Controller is responsible for updating the view and processing user input. It acts as an intermediary between the Model (data) and the View (user interface). The Controller receives user requests, processes them, and updates the View accordingly.
Loading...
Related Quiz
- To manage application secrets without storing them in the source code, ASP.NET Core introduced the _________ manager.
- If you want to code for ASP.NET Core and prefer a lightweight, cross-platform editor, which tool would you likely use?
- Unit tests ensure that individual _________ of the software work as intended.
- Your application uses ASP.NET Core Identity for authentication. During the security audit, it was pointed out that the application should enforce password reset every 90 days. How can you enforce this in ASP.NET Core?
- What is the primary purpose of migrations in the context of ASP.NET Core Identity?