The best way to convert a .NET desktop application to a web application such as MVC
Hello, I have a .NET desktop application which needs to be converted to a web application.
Please check the attached screenshot.
I was supposed to use MVC along with some JS library to achieve that component connector thing.
Is there any better alternative for that?
2 Replies
Is your app developed in WPF?
Or avalonia?
If you are using proper mvvm and the view models are unaware of the used UI framework, then it should be pretty easy to move the backend and view models into a blazor project
Thanks for the suggestion
Got it