---
title: "What is MVC"  
description: "What is MVC"  
author: "Basayya swami"  
published: 2014-03-09  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/1923/what-is-mvc  
category: "asp.net mvc"  
tags: ["asp.net mvc"]  
reading_time: 1 minute  

---

# What is MVC

MVC stand for( Model View Control) this is not new Technology it any for new design Patter for developed the Applciation

## Answers

### Answer by sankar rao

MVC stands for Model-View-Controller.It is a Design Pattern which is developed in 1970.MVC Divides project in to 3 layers they are namely Data Layer(Model),Business Layer(Controller) and Presentation Layer(View).

### Answer by Basayya swami

MVC stand for( Model View Control) this is not new Technology it any for new design Patter for developed the Applciation


---

Original Source: https://www.mindstick.com/interview/1923/what-is-mvc

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
