Open Closed

Upgrade MVC to Blazor Web Assembly #1515


User avatar
0
joe@tronactive.com created

Is there a good way to upgrade a MVC app to a Blazor Web Assembly version?


2 Answer(s)
  • User Avatar
    0
    yekalkan created
    Support Team Fullstack Developer

    Hi,

    You can create a new Blazor WebAssembly project with Same name as your MVC app. And then copy Blazor and Host projects to your MVC app. So you can keep current Application Layer & Domain Layer of your app and also have blazor UI of ABP Commercial modules.

    However, new blazor project won't have your custom pages or changes. You have to manually make any pages or changes you had done for MVC app.

  • User Avatar
    0
    ServiceBot created
    Support Team Automatic process manager

    This question has been automatically marked as stale because it has not had recent activity.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11