HttpHandlers – Learn Them. Use Them.
Author:
Karl Seguin
HttpHandler's represent the earliest point where ASP.NET developers can take over responding to a request. This allows developers to effeciently and compactly handle requests that don't necessarily require the page framework. Learn more about HttpHandlers, where you'd use them and where you wouldn't.
More Tutorials
|