Community

ASP.NET Web Forms Extensibility: Handlers

(Ricardo Peres) In the .NET world, all HTTP requests, whether they be for web services (XML, WCF, Web API), pages (Web Forms and MVC), etc, are processed by a handler. Basically, a handler is a particular implementation of the IHttpHandler interface, and requests are routed to a particular handler c

Read More - Register for Free Membership