---
title: "Is MVC suitable for both Windows and Web applications?"  
description: "Is MVC suitable for both Windows and Web applications?"  
author: "Rahul Roi"  
published: 2019-10-07  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/33650/is-mvc-suitable-for-both-windows-and-web-applications  
category: "asp.net mvc"  
tags: ["c#", "asp.net mvc", "mvc"]  
reading_time: 1 minute  

---

# Is MVC suitable for both Windows and Web applications?

The MVC architecture is suited for a web application then Windows. For Windows applications, MVP, i.e., “**Model View Presenter**” is more applicable. If you are using WPF and Silverlight, MVVM is more suitable due to bindings.

## Answers

### Answer by Rahul Roi

The MVC architecture is suited for a web application then Windows. For Windows applications, MVP, i.e., “**Model View Presenter**” is more applicable. If you are using WPF and Silverlight, MVVM is more suitable due to bindings.


---

Original Source: https://www.mindstick.com/interview/33650/is-mvc-suitable-for-both-windows-and-web-applications

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
