- MVC is a framework for building web applications using MVC (Model View Controller) architecture.
- The Model represents the data.
- The View displays the data.
- The Controllers act as an interface between Model and View components to process all the business logic.
Tags:
ASP.NET MVC Basic