---
title: "What is the advantage of using MVC pattern?"  
description: "What is the advantage of using MVC pattern?"  
author: "Chris Anderson"  
published: 2011-08-24  
updated: 2020-09-22  
canonical: https://www.mindstick.com/interview/1167/what-is-the-advantage-of-using-mvc-pattern  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# What is the advantage of using MVC pattern?

**The main advantages of ASP.net MVC are:**

1) Enables the full control over the rendered HTML.

2) Provides clean separation of concerns (SoC).

3) Enables Test Driven Development(TDD).

4) Easy integration with JavaScript frameworks.

5) No ViewState and PostBack events.

## Answers

### Answer by Chris Anderson

**The main advantages of ASP.net MVC are:**

1) Enables the full control over the rendered HTML.

2) Provides clean separation of concerns (SoC).

3) Enables Test Driven Development(TDD).

4) Easy integration with JavaScript frameworks.

5) No ViewState and PostBack events.


---

Original Source: https://www.mindstick.com/interview/1167/what-is-the-advantage-of-using-mvc-pattern

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
