Vijay KumarKnowledge Contributor
What does MVC stand for in software architecture?
What does MVC stand for in software architecture?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Questions | Answers | Discussions | Knowledge sharing | Communities & more.
MVC stands for Model-View-Controller. It is a software architectural pattern used for designing interactive applications by separating the application into three interconnected components: the model (data and business logic), the view (user interface), and the controller (input and interaction logic).