What is the primary pattern upon which ASP.NET Core MVC is built?
- Model-View-Controller (MVC)
- Observer Pattern
- Singleton Pattern
- Factory Pattern
ASP.NET Core MVC (Model-View-Controller) is built upon the MVC architectural pattern. This pattern separates the application into three interconnected components: Model (data and business logic), View (UI presentation), and Controller (handles user input and controls the flow).
Loading...
Related Quiz
- The ASP.NET Core "Web Application" template is best suited for creating ________-based applications.
- Which tool would you use for building, running, and managing .NET applications without an IDE?
- If you want to specify multiple roles for an action or a controller using the [Authorize] attribute, how would you do it?
- If you need to create a real-time communication application, the ________ template of ASP.NET Core is designed for this purpose.
- How does the "Worker Service" template in ASP.NET Core differ from the traditional web application templates?