DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 620 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

Stories recently tagged with 'httphandler' Subscribe to this feed
15
kicks
published 14 days ago, submitted by crpietschmann crpietschmann 16 days, 7 hours ago

hanselman.com — I've done a lot of HttpHandlers that generate images. It's usually pretty tedious. When I was working banking, I wrote an example HttpHandler that would take two Check Images (back and front) and composite them into a single image on the server side, then serving up the composite. Usually you're messing around in with MemoryStreams and Images, and then you serialize the result out to the Response.OutputStream, making sure the MIME Types are set appropriately. If you're really clever, you'll remember to do some client-side and appropriate caching, but I rarely see that in the wild. read more...

Add a comment add a comment | category: | Views: 141
tags: , , , | tag it

23
kicks
published 1 month ago, submitted by RyanFarley RyanFarley 1 month, 2 days ago

nayyeri.net — This is an excellent article from Keyvan Nayyeri showing how to create trackbacks and pingbacks in ASP.NET. read more...

Add a comment add a comment | category: | Views: 174
tags: , , , , | tag it

2
kicks
submitted by dotnetfunda dotnetfunda 1 month, 23 days ago

dotnetfunda.com — In general it is recommend to not use querystring in the url as search engines doesn't rank those pages well and give very low priority. To avoid querystring there are several third party component that can be used like ISAPI, url rewriter. However in this article, I am going to show you how to rewrite url using ASP.NET built in HttpHandler. read more...

Add a comment add a comment | category: | Views: 16
tags: , , | tag it

3
kicks
submitted by crpietschmann crpietschmann 2 months, 8 days ago

blog.madskristensen.dk — Basically, the IHttpAsyncHandler interface allows you to serve content asynchronously from a HTTP handler. This is great when you need to free up the worker thread to do processing like IO work etc. ASP.NET actually uses fewer threads when it runs asynchronously, which is great for performance and scalability. That’s because each thread is returned much faster to the thread pool. read more...

Add a comment add a comment | category: | Views: 14
tags: , , | tag it

5
kicks
submitted by dreinavarro 6 months, 10 days ago

blog.computerero.com — In this article, I will discuss a technique for distributing compressed website assets (CSS and javascript files) using ASP.NET. Compressing these files reduces bandwidth usage, which means decreased costs on server traffic. (Take 10,000 viewers/users and up, and the savings become significant.) read more...

Add a comment 1 comment | category: | Views: 32
tags: , , , | tag it

24
kicks
published 8 months, 11 days ago, submitted by Tigraine 8 months, 13 days ago

codebetter.com — A pretty useable article on how to use HTTP Handlers and why not. read more...

Add a comment add a comment | category: | Views: 4
tags: , | tag it

16
kicks
published 10 months, 23 days ago, submitted by gavinjoyce gavinjoyce 10 months, 23 days ago

aspadvice.com — The SharpCacheSessionManager is a HttpHandler that allows to display the entries stored in the Cache, Session and Application object. You can view the data stored inside the objects and you can also remove the objects from the corresponding storage. read more...

Add a comment 1 comment | category: | Views: 3
tags: , , , | tag it

3
kicks
submitted by docluv docluv 11 months, 14 days ago

professionalaspnet.com — To continue with my series on httpHandlers I want to cover how to stream a vCard to the user based on a parameter. First let me say that I grabbed the code for the .NET vCard class from a CodeProject.com article. There is also a corresponding vCalendar class. The idea behind a vCard is it is a standard format for sharing information about a person that can be imported directly to applications like Outlook. read more...

Add a comment add a comment | category: | Views: 29
tags: , , | tag it

14
kicks
published 1 year, 1 month ago, submitted by sunilksaini 1 year, 1 month ago

sunilksaini.blogspot.com — Http Handler: Http Handler is a class that is responsible for rendering a particular resource, or a particular type of resource. Http Handlers are somewhat similar to ISAPI Extensions. If implements, it behaves like a filter between Web Server and the Client. Whenever client makes a request to the server, it goes through the Filter and performs operations as per our requirement read more...

Add a comment add a comment | category: | Views: 7
tags: , , | tag it

23
kicks
published 1 year, 2 months ago, submitted by MHamilton 1 year, 2 months ago

madskristensen.dk — Great way to be more dynamic with your stylesheets. Allows for more flexible website layouts based on dyanmic information. read more...

Add a comment 2 comments | category: | Views: 5
tags: , , , , | tag it

4
kicks
submitted by Pluginbaby Pluginbaby 1 year, 5 months ago

weblogs.asp.net — Forcing an "open, save" prompt for known file types. read more...

Add a comment add a comment | category: | Views: 5
tags: , | tag it

4
kicks
submitted by Pluginbaby Pluginbaby 1 year, 5 months ago

weblogs.asp.net — Forcing an "open, save" prompt for known file types. read more...

Add a comment add a comment | category: | Views: 5
tags: , | tag it

11
kicks
published 1 year, 5 months ago, submitted by crpietschmann crpietschmann 1 year, 5 months ago

weblogs.asp.net — These days I work a lot with Reporting Services and an ASP.NET application which serve reports on an aspx page. The problem is pdf is a known file type so the browser open Adobe Acrobat instead of asking the user to save the file. I knew this is possible so I was happy to google and find this entry from Andrew L. Van Slaars. read more...

Add a comment add a comment | category: | Views: 2
tags: , , , , | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge