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 Follow Me On Twitter

Browse by Tags

All Tags » httpHandler   (RSS)
Validating A Username Using jQuery and ASP.NET Membership Provider
Earlier this year I wrote an application that allowed the user to fill in a username as part of the registration. I thought I would add a creature comfort to the form by making a non-intrusive validation of the username against the ASP.NET membership Read More...
ASP.NET 3.5 Problem – Design - Solution
Last Summer, around August 2008, I started work on my latest book and spent the next 5 months working on updates to the Beer House application . WROX asked me to write the book and only had 2 requirements: 1) Use Entity Framework 2) Add more AJAX to the Read More...
Designating Content Type
Another common issue developers have using HttpHandlers is indicating what type of content is being sent to the browser. This is done by setting the MIME TYPE in the request header. In ASP.NET, whether you are doing it in an HttpHandler or a Page, you Read More...
How to Access SessionState in a custom HttpHandler
I create a lot of custom HttpHandlers to performa all sorts of tasks. I like them because you get complete control over the content produced by the server to satisfy the request. Occasionally I need to interact with the user's session. The other day Read More...
A Quick and Dirty Bar Code Image httpHandler
Yesterday I was trolling the ASP.NET forums killing some time and answering questions when I came across a thread where someone was seeking some help on a FREE .NET Bar Code library . Last summer I needed the same thing and was working on manipulating Read More...
httpHandlers and httpModules at Pee Dee User Group
I will be giving my httpHandlers and httpModules presentation next Tuesday night at the Pee Dee area (Florence, SC) .NET user group next week. Every time I give this presentation it is different than any other time because I am always improving my library Read More...
CodeStock Rocked!
This weekend was a great weekend for .NET developers in the Smoky Mountains as CodeStock rocked the mountains. There were several hundred passionate geeks that came out to Pellissippi State to learn, socialize and have an all around good times, and I Read More...
Creating a Background Thread to Log IP Information
Trolling the ASP.NET forums this afternoon I came across this thread about creating a custom httpHandler to log IP information to a database . What the requester was trying to do was call a remote site’s ( www.ShowMyIP.com ) REST API to get information Read More...
CodeStock – Ya’ll Come Now Ya Hear!
I am honored to be one of the selected speakers for Code Stock in Knoxville , TN August 9th. I will be demonstrating how to leverage custom httpModules and httpHandlers. There is a fantastic lineup of speakers ; including a keynote by my good friend Jeff Read More...
Speaking at Triad Developers Guild July 1
I am honored to be speaking at the TRIAD .NET Developers Guild next Tuesday on custom httpHandlers and httpModules. This will be the first time I get more than 75 minutes to run through my demos and explaining the various ins and outs of integrating httpHandlers Read More...
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 Read More...
What is the Difference between an httpModule and an httpHandler?
I get this question all the time and if you happen to attend one of my presentations on using each you should know by the end of the presentation. I also see this asked often on the ASP.NET forums and I thought it would be worthwhile to address the question Read More...
geekSpeak Online
The geekSpeak I did with Glen Gordon and Lynn Langit last week is now available on Channel 9. Wow I have something I did on Channel 9, who would have thought that? This is a pretty popular presentation I do on custom httpModules and httpHandlers . So Read More...