GeekSpeak on httpHandlers and httpModules
I am excited to announce that I will be doing a GeekSpeak with Glen Gordon and Lynn Langit on November 28th. I will be showing how to practically use httpModules and httpHandlers. You can register to be a part of the live GeekSpeak presentation or catch the show for months or years to come on Channel 9.
This is going to be based on one of my more popular Code Camp presentations, but as always there will be some improvisation as well. So hopefully everything will go smoothly and I can share some valuable tips on creating httpModules and httpHandlers.
I will try to give a basic introduction to both httpModules and httpHandlers. I will show how to create a background thread, Block unwanted IP addresses and URL Rewriting with httpModules. I will show how to create dynamic vCards and stream PDF documents through httpHandlers.
More on httpModules on my Blog.
Download the Source Site I am using.
The vCard class I use on Code Project.
ASP.NET Application Life Cycle
ASP.NET Page Life Cycle Overview