I have a MVC (NOT CORE) site that I have been maintaining for years.
Sometime a couple of years ago, some update made it IMPOSSIBLE to easily create Controllers and scaffold the pages. I have asked about THAT before. [https://www.youtube.com/watch?v=IwioQ1ynsPg
But now I downloaded my project in VS 2022 and the project WILL NOT EVEN LOAD!
Now maybe it's because I'm old, but I'm not in the mood to completely refactor all my projects every 4 years, so the simple question is: WHY is a project that works in 2019 INCOMPATIBLE with 2022?
Some completely inadequate answers I have received are:
- Just refactor all your apps every 2 years
- Just run 2019 forever.
So what's the deal? Is ASP.net out and Core the only way of the future? Because ASP.net used to create almost everything I need to get started automatically, while core requires me to watch 50 hours of YouTube videos every time. All the videos just say to type in 2000 lines of code from memory.
So Core is like a thousand times harder and more error-prone - how is it any better than the thing we're tossing in the bin?