|
|
|
|
|
by PerfectElement
1185 days ago
|
|
Any tips on how to migrate a very large ASP.NET MVC app (framework 4.8), that is still in active development, with tens of thousands of users, without a complete feature-freeze? Am I able to migrate to .NET 7 in small increments over a long period? |
|
It wasn't too bad, really. Mostly it was updating any new controller methods to use the new attributes.
We originally planned to upgrade incrementally (one project at a time) but to be honest, it looked that was going to be far more fiddly and annoying that just doing the full thing.