---
title: "Is MVC suitable for both Windows and web applications?"  
description: "Is MVC suitable for both Windows and web applications?"  
author: "Hemant Patel"  
published: 2017-12-15  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/23332/is-mvc-suitable-for-both-windows-and-web-applications  
category: "c#"  
tags: ["asp.net mvc", "mvc"]  
reading_time: 1 minute  

---

# Is MVC suitable for both Windows and web applications?

The MVC architecture is fitted to an web application than Windows.

For Window 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 Hemant Patel

The MVC architecture is fitted to an web application than Windows.

For Window 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/23332/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.
