|
|
| httpHandlers [+] Favor-It | |
| |
 |
| | Sort By:
|
This month I'm going to take a look at HTTP modules in ASP.NET. You can use them to extend your ASP.NET applications by adding pre- and post-processing to each HTTP request coming into your application. Author: George Shepherd Code: ASP.NET v1.0 & VB |
Maps incoming requests to the appropriate IHttpHandler class, based on the URL and HTTP verb specified in the request. Author: unknown Code: ASP.NET Beta 1 & VB |
In this article you'll learn about the .NET Framework's equivalent of ISAPI extensions: the ASP.NET HTTP Handlers. Using a photo album as example, the author explains the creation and config of HTTP Handlers and discusses caching to improve performance. Author: Bart De Smet Code: ASP.NET v1.1 & C# |
|  | |
So what does ASP.NET offer to harness this functionality? ASP.NET offers HttpHandlers & HttpModules. Before going into the details of these components, it is worth looking at the flow of http requests as it passes through the HTTP modules & HTTP handlers. Author: Mansoor Ahmed Siddiqui Code: ASP.NET v1.0 & VB |
This step-by-step article demonstrates how to use Visual C# .NET to create a simple, custom HTTP handler. This article demonstrates how to create, deploy, and configure the handler.
Author: microsoft.com Code: ASP.NET v1.0 & C# |
This article provides an introduction to the ASP.NET HTTP modules and HTTP handlers. HTTP modules and HTTP handlers are an integral part of the ASP.NET architecture. Author: microsoft.com Code: ASP.NET v1.0 & VB |
In this article we will cover using HTTPHandlers to intercept a request and change a directory path to query string parameters. Then we'll create a spider friendly link page so indexes can spider dynamically generated content pages. Author: Patrick Santry Code: ASP.NET v1.1 & VB |
|  | |
Short support vb.Net functions to convert date from/to http string date and sample code to send static files with 200 OK + Last-Modified http header and 304 Not Modified when If-Modified-Since request header is present. Author: Antonin Foller Code: ASP.NET v1.0 & VB |
Instead of creating a new object with user data every time you need it, go back to the well and avoid having to write caching code. This tutorial will show you how to avoid having to write cache code. Author: Jeff Code: ASP.NET v2.0 & VB |
Icon Key >
 - Recently Updated
 - Showcase Listing
|