<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Develop a HttpHandler with full IntelliSense</title><link>http://weblogs.asp.net/bleroy/archive/2005/03/02/383979.aspx</link><description>Ashx files have a bad reputation. There is little documentation about them in v1, and no support for them in Visual Studio 2003. With ASP.NET 2.0 and Visual Studio 2005, this changes, and it becomes as easy to develop an ashx file as any other class.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>HttpHandlers</title><link>http://weblogs.asp.net/bleroy/archive/2005/03/02/383979.aspx#394582</link><pubDate>Mon, 14 Mar 2005 22:44:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:394582</guid><dc:creator>TrackBack</dc:creator><author>TrackBack</author><description>Bertrand LeRoy illustrates how easy (well, relatively) it is in Whidbey/Visual Studio 2005 to create HttpHandlers (.ashx  files). Ease of development aside, he points out that handlers are a comparatively less-understood feature in ASP.NET. He says: &amp;quot;T ...&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=394582" width="1" height="1"&gt;</description></item><item><title>re: Develop a HttpHandler with full IntelliSense</title><link>http://weblogs.asp.net/bleroy/archive/2005/03/02/383979.aspx#390474</link><pubDate>Wed, 09 Mar 2005 12:40:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:390474</guid><dc:creator>Salman</dc:creator><author>Salman</author><description>Yup its Rob Howard.  Jeff P., download the latest version of CS and you will see that code snipped.&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=390474" width="1" height="1"&gt;</description></item><item><title>re: Develop a HttpHandler with full IntelliSense</title><link>http://weblogs.asp.net/bleroy/archive/2005/03/02/383979.aspx#384467</link><pubDate>Thu, 03 Mar 2005 19:16:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:384467</guid><dc:creator>Jeff Parker</dc:creator><author>Jeff Parker</author><description>Hah, yes you are correct Rob Howard. My Bad, well we both knew who I meant anyway.&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=384467" width="1" height="1"&gt;</description></item><item><title>re: Develop a HttpHandler with full IntelliSense</title><link>http://weblogs.asp.net/bleroy/archive/2005/03/02/383979.aspx#384450</link><pubDate>Thu, 03 Mar 2005 18:56:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:384450</guid><dc:creator>Bertrand Le Roy</dc:creator><author>Bertrand Le Roy</author><description>I think the guy you're looking for is Rob Howard. Ron Howard is the bald guy who makes movies and used to play Richie Cunningham in Happy Days.&lt;br&gt;You can get in touch with Rob on his blog:&lt;br&gt;&lt;a target="_new" href="http://weblogs.asp.net/rhoward/"&gt;http://weblogs.asp.net/rhoward/&lt;/a&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=384450" width="1" height="1"&gt;</description></item><item><title>re: Develop a HttpHandler with full IntelliSense</title><link>http://weblogs.asp.net/bleroy/archive/2005/03/02/383979.aspx#384263</link><pubDate>Thu, 03 Mar 2005 14:18:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:384263</guid><dc:creator>Jeff Parker</dc:creator><author>Jeff Parker</author><description>Handlers are a great thing, I do wish they were more documented. But you can offload a lot of time comsuming processing to Handlers. I wish I could find the article on MSDN somewhere that shows how to use a threaded timer in a HttpHandler to do the heavy lifting of a website things like email and so on, It was written by one of the guys working on &lt;a title="" href="http://www.asp.net" target="_blank"&gt;ASP.NET&lt;/a&gt; a knowledgable guy by the name of Ron Howard.&lt;br&gt;He touches on this technique in this article below but he has a complete write up on it somewhere.&lt;br&gt;&lt;a target="_new" href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspnet/html/asp11022004.asp"&gt;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspnet/html/asp11022004.asp&lt;/a&gt;&lt;br&gt;&lt;br&gt;But you can use handlers for security as well this is one of the things like I said that has great potential unfortunately so very lightly documented &lt;a target="_new" href="http://www.dotnetspider.com/technology/kbpages/1011.aspx"&gt;http://www.dotnetspider.com/technology/kbpages/1011.aspx&lt;/a&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=384263" width="1" height="1"&gt;</description></item></channel></rss>