Hacker News new | ask | show | jobs
by tracker1 727 days ago
Hated ASP.Net WebForms over dialup for sure... massive view state, it was a mess.
1 comments

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.