Welcome to Professional ASP.NET - Chris Love's Official Blog Sign in | Join | Help

Chris Love's Official ASP.NET Blog

Chris Love's Helpful tips, tricks and pragmatic development knowledge for the ASP.NET world.
Add to Technorati Favorites


ASP Insider
Leveraging httpHandlers to Stream Custom Content in ASP.NET

WROX released my custom httpHandler eBook, Leveraging httpHandlers to Stream Custom Content in ASP.NET,  late last week. It is the second part of two WROX BLOX I recently authored, the first being about custom httpModules. The main purpose of the two eBooks is to expose ASP.NET developers to how ASP.NET functions at the root. Custom modules give you the ability to hook into the processing pipeline to execute any custom logic. Custom handlers allow you to control every piece of content that is served by the ASP.NET engine to the client.

Cover image for product 0470379405Custom httpHandlers are a key concept eventually every ASP.NET developer needs to understand and start to leverage. Nothing is actually served from ASP.NET without a custom handler being responsible for it, even static content.

In this eBook I walk through several examples of custom httpHandlers and give the reader some potential real world handlers to get started with. I also try to expose the reader to key concepts they need to be cognizant to understand how to control how the request is processed on the client. Some of these concepts involve understanding the HTTP protocol, others explain MIME types. I also touch on a little about controlling how content is cached.

The examples I demonstrate in the book are:

  • A Simple httpHandler
  • An RSS Feed
  • A vCard handler
  • An Image Resizer and Cropper
  • A PDF Handler
  • A Stock Quote handler
  • Returning a Zip Compressed Document

The eBook is priced at an affordable $6.99 and available for immediate download.

Share this post :
Posted: Sunday, June 15, 2008 2:02 PM

by Chris Love
Filed under: ,

Comments

Speednet said:

Hi Chris, Will you/Wrox be releasing your two books for the Kindle? They did not appear to be available.
# June 16, 2008 9:28 AM

Chris Love said:

Honestly I do not know. That is a question for WROX to answer. My guess is probably not because Amazon seems to have a tight lock on what is on the kindle according to editors I talked to at TechEd a few weeks ago.

# June 16, 2008 9:34 AM

Speednet said:

OK, Chris, thanks for letting me know. Seems like a strange attitude for Amazon to take (keeping a tight lock on kindle content) since the founder's message states that he wants every book ever made to be available for it. I love the Kindle, but I hope they do more to get their entire selection of computer books on it, especially niche books like these two. I'l contact Wrox to see if they are planning to put them on the Kindle.
# June 17, 2008 10:11 AM

Guy Harwood said:

Have purchased both this and the other one you wrote on modules. Very thorough, handy and a good read on the train home :-)
# June 19, 2008 11:58 AM
Leave a Comment

(required) 

(required) 

(optional)

(required) 

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS