ASP.NET Web Forms is bad, or what am I missing?
- by iveqy
Being a PHP guy myself I recently had to write a spider to an asp.net site. I was really surprised by the different approach to ajax and form-handling.
For example, in the PHP sites I've worked with, a deletion of a database entry would be something like:
GET delete.php?id=&confirm=yes and get a "success" back in some form (in the ajax case,…