While many development conferences feature introductory sessions on various topics, more advanced tutorials are comparatively rare. Going beyond the many "hello world" presentations out there, expert ...
There are two ways in which you can inject logic in the request pipeline of an ASP.NET application — HttpHandlers and HttpModules. An HttpModule is a component that is part of the ASP.NET request ...