MVC in windows applications

shihad op 1 Reputation point
2022-05-20T18:10:26.8+00:00

can i develop a windows application with MVC ?

Developer technologies | Windows Forms
Developer technologies | ASP.NET | ASP.NET Core
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Bruce (SqlWork.com) 77,851 Reputation points Volunteer Moderator
    2022-05-20T19:59:09.883+00:00

    it depends on what MVC means to you.

    It is the name of a design pattern, and you certainly can use that pattern to create a Windows application.

    If you mean the asp.net MVC, then that is web application framework. A windows applicant can call a MVC application, or if the window application wants to all be a web server, then it can host MVC.

    you can build a Desktop application with Blazor hybrid that uses html and asp.net core:

    https://learn.microsoft.com/en-us/aspnet/core/blazor/hybrid/?view=aspnetcore-6.0

    0 comments No comments

  2. Rajanikant Hawaldar 91 Reputation points
    2022-05-22T15:37:42.717+00:00

    You can use MVP for desktop application development.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.