Hacker News new | ask | show | jobs
by hartez 5184 days ago
Just prior to .NET I worked on a classic ASP project that did this - the view models were basically SQL queries with 'FOR XML AUTO' and the 'views' were XSLT stylesheets.

For getting simple data up on a web page it was fantastic. But for more complex stuff it got wickedly complicated to maintain at an exponential rate. XSLT just didn't scale (and/or we just weren't good enough at it to make it scale).

1 comments

I still have to work on a classic ASP thing that does this. It's taken 5 years to get 50% of it over to .Net.

PAIN. That's what it is. Just PAIN.