Visit complete ASP.NET Core roadmap
ASP.NET Core Topic

MVC

MVC

MVC is an architectural design pattern used for developing applications, specifically web applications. This pattern separates an application into three main logical components Model View Controller. Each architectural component is built to handle specific development aspects of an application.

  • Model - Handles all data-related logic. Interacts with Database.
  • View - Handles UI part of the applications (data presentation).
  • Controller - Handles request flow, and acts as an intermediary between view and model.

Visit the following resources to learn more:

More Topics

Explore related content

View All Topics
Loved by 100K+ Developers

Start Your Learning
Journey Today

Join thousands of developers who are leveling up their skills with structured roadmaps and expert guidance

No credit card required
Always free
Track your progress