Does anyone have experience with companies that have migrated from classic Asp to .Net badly?
In this company, the "folder" icon that represents a Solution and the "folder" icon that represents a Project and the "folder" icon that represents a file directory are all the same thing.
The .Net IDE is just a better notepad.
The entire company is in one massive Solution. The code for what should be many, completely separate Projects is all intermixed within and spread out amongst a set of "folders" in the "Master Solution". Each of these folders contains motley information for any and every application the place has ever created in .Net.
My question is what happens to companies like this? Do they go out of business? Do they stay with it indefinitely, sticking with the same, labor-intensive "code base" maintenance nightmare that no real .Net programmer can stand? Do they ever see the light? If so, how?
I must know.