image info

What is the MVC Pattern?

Geniousoft
1 min readFeb 26, 2023

--

The Model-View-Controller (MVC) pattern is a software architecture pattern used to create user interfaces. It divides the application into three interconnected parts, which are the Model, the View, and the Controller.

Model

The Model is the part of the application that handles the logic for the application data. It is responsible for managing the data, logic and rules of the application.

View

The View is the part of the application that handles the user interface. It is responsible for displaying the data to the user and providing the user with the means to manipulate the data.

Controller

The Controller is the part of the application that handles the user input. It is responsible for interpreting the user input and translating it into commands for the Model or the View.

Technologies Related to MVC Pattern

The MVC pattern is used in many different technologies, such as web frameworks, desktop applications, and mobile applications. Some of the most popular technologies that use the MVC pattern are ASP.NET MVC, Ruby on Rails, AngularJS, and React. The MVC pattern is also used in many other technologies, such as Java, Python,

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

Geniousoft
Geniousoft

Written by Geniousoft

Humble developers team and infos

No responses yet

Write a response