---
title: "What are the advantages of using ASP.NET MVC"  
description: "What are the advantages of using ASP.NET MVC"  
author: "Anupam Mishra"  
published: 2016-01-29  
updated: 2016-01-29  
canonical: https://www.mindstick.com/forum/33940/what-are-the-advantages-of-using-asp-dot-net-mvc  
category: "c#"  
tags: ["c#", "asp.net", "asp.net mvc", "mvc"]  
reading_time: 1 minute  

---

# What are the advantages of using ASP.NET MVC

Hi Everyone,\
I am excited to know what is main advantage of [ASP.NET MVC](https://www.mindstick.com/forum/155798/what-is-caching-in-asp-dot-net-mvc). Please [anyone](https://www.mindstick.com/articles/23207/how-to-find-the-best-fit-job-for-anyone) can give me a answer.\
\
Thank you.\

## Replies

### Reply by Anupam Mishra

**The [ASP.NET](https://www.mindstick.com/articles/934/default-folders-available-inside-the-asp-dot-net-application-folder) MVC framework are the following advantages:**\
\
1. It makes it easier to manage complexity by dividing an application into the model, the view, and the controller.\
\
2. It does not use view state or server-based forms. This makes the MVC framework ideal for developers who want full control over the behavior of an application.\
\
3. It uses a Front Controller pattern that processes Web application requests through a single controller. This enables you to design an application that supports a rich routing infrastructure. For more information, see Front Controller.\
\
4. It provides better support for test-driven development (TDD).\
\
5. It works well for Web applications that are supported by large teams of developers and for Web designers who need a high degree of control over the application behavior.\
For more details, you click [Here](https://msdn.microsoft.com/en-us/library/dd381412(v=vs.108).aspx)\


---

Original Source: https://www.mindstick.com/forum/33940/what-are-the-advantages-of-using-asp-dot-net-mvc

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
