What is MVC Architecture? #3626
-
|
What is MVC Architecture? |
Beta Was this translation helpful? Give feedback.
Answered by
NadeeshaMedagama
Jun 28, 2026
Replies: 1 comment
-
|
MVC stands for: Model It separates an application into different layers, making the code easier to understand, test, and maintain. Model Responsible for: Database interaction |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
janedoe2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
MVC stands for:
Model
View
Controller
It separates an application into different layers, making the code easier to understand, test, and maintain.
Model
Responsible for:
Database interaction
Business entities
Data validation