Alternative way of developing for ASP.NET to WebForms - Any problems with this?
- by John
So I have been developing in ASP.NET WebForms for some time now but often get annoyed with all the overhead (like ViewState and all the JavaScript it generates), and the way WebForms takes over a lot of the HTML generation.
Sometimes I just want full control over the markup and produce efficient HTML of my own so I have been experimenting with…