---
title: "When to use MVC?"  
description: "When to use MVC?"  
author: "Nishi Tiwari"  
published: 2020-01-07  
updated: 2020-01-07  
canonical: https://www.mindstick.com/forum/155649/when-to-use-mvc  
category: "asp.net mvc"  
tags: ["asp.net mvc"]  
reading_time: 1 minute  

---

# When to use MVC?

[describe in brief](https://www.mindstick.com/forum/157676/describe-in-brief-the-goal-of-i-o-software-in-operating-systems).

## Replies

### Reply by Nishi Tiwari

Whenever we want to develop application which is to be lightweight and used for easy for testing and Maintenance and more Loose Coupling at that time we can develop application in MVC.

If we see in asp.net Webforms we have various server control which generates large view state to maintain state which make our page heavy. If person is having low bandwidth then they cannot access this Heavy page. At that time we can use MVC where we have control over Generating HTML and using some Functionality of MVC such as bundling and modification can increase performance of application.


---

Original Source: https://www.mindstick.com/forum/155649/when-to-use-mvc

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
