Hacker News new | ask | show | jobs
by zdragnar 737 days ago
Corporations fill their ranks with junior developers, more breaking news at 11.

I remember plenty of multi page applications from big corp that ran like a dead dog too, back in the day. Or ASP sites that wrapped the ENTIRE page in a form, with all of the frustrating complications that entailed.

1 comments

Hated ASP.Net WebForms over dialup for sure... massive view state, it was a mess.
ASP.NET WebForms is a mess even on localhost.
I think that's what lead into a lot of "Alt.Net" development and tooling... when the blessed ASP.Net MVC came out a lot of the alternatives just died quickly though.

I switched to straight HTML, JS + .ASHX handlers for a lot of things leading up to that point.