TechLingo.fyi

MVC Model-View-Controller

MVC is an architectural pattern that separates an application into three main logical components: the model, the view, and the controller. Each of these components is built to handle specific development aspects of an application.

"The MVC pattern helps in separating the business logic from the user interface, making it easier to manage and test."

Other languages: EspaƱol

Similar terms

DRY

REST

VCS