More on substituting WebForms with HttpHandlers

Decided to look more into the Getting rid of the ASP.NET Web Form, and noticed this post by David Murphy and then also noticed this post by Brad Wilson where he links to an article.

This could be quite interesting on many fronts. Well, depending on ones’ needs anyway.

It does take away much of the convenience of Web Form controls, and takes a “lot” more work, so who still wants to do that anyway?

Well, maybe the same type of people who like PHP :P

Just kidding on that one.

Well, one plus is you are in complete control of the actual output. Powerful stuff.

Comments are closed.