---
title: "Mention what are main benefits of using MVC?"  
description: "Mention what are main benefits of using MVC?"  
author: "Manish Kumar"  
published: 2017-05-17  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/23250/mention-what-are-main-benefits-of-using-mvc  
category: "c#"  
tags: ["mvc4"]  
reading_time: 1 minute  

---

# Mention what are main benefits of using MVC?

MVC have two key benefits of using it

1-As the code is moved behind a separate class file, you can use the code to a great extent.

2-As behind code is simply moved to.NET class, it is possible to automate UI testing. It gives an opportunity to automate manual testing and write unit tests.

## Answers

### Answer by Manish Kumar

MVC have two key benefits of using it

1-As the code is moved behind a separate class file, you can use the code to a great extent.

2-As behind code is simply moved to.NET class, it is possible to automate UI testing. It gives an opportunity to automate manual testing and write unit tests.


---

Original Source: https://www.mindstick.com/interview/23250/mention-what-are-main-benefits-of-using-mvc

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
