MVC Framework similar to ASP.NET MVC, but for Winform

I know that MVC is for Winform (MVC #, etc.), but if you need to develop ASP.NET MVC and then on the desktop, I do not want to have 2 different frameworks, so there is something close to ASP.NET MVC but for Winform?

I mean, a certain part of ASP.NET, which is a URL routing, for example, needs to be replaced by something with winform, so that you can easily switch from one platform to another.

This seems like pretty common sense to me, so why doesn't it exist or isn't taken into account at Microsoft?

Currently, all the attention is focused on web development, which I regret, because there are many desktop applications in the enterprise that have the same level of complexity as a web application and will benefit from not reinventing the wheel and using it widely Common MVC infrastructure

+3
source share
1 answer

There is Smart Client Factory (SCSF) software:

Introduction to Smart Client Factory software and application block

+1
source

Source: https://habr.com/ru/post/1766525/


All Articles