Integrate Blazor components inside MVC .NET Framework 4.8
Title, is it possible to integrate blazor into a legacy project? My company wants to upgrade a gigantic legacy project (over 1m lines of code), but they want to do it gradually as customers are still using it and we can't just green field it, so going from framework to .NET 8 is a no go. I know it is possible in .NET Core but is it feasible in framework? The current proposed solution is iframe.
3 Replies
The goal is that the overall app needs to be a PWA, but I feel like an iframe sort of defeats that purpose
Your plan is to gradually migrate your legacy app to the (integrated) blazor app?
Also, if the goal is building a PWA, you'll get there once everything is migrated, no?
Yeah that's the plan.
The only reason we're able to go through with this plan is because our stakeholders want the app to be PWA, because crowdstrike, but there's no way we can do it in one fell swoop.