What are Http handler ?
Answer / alb.shah
An ASP.NET HTTP handler is the process (frequently referred
to as the "endpoint") that runs in response to a request
made to an ASP.NET Web application. The most common handler
is an ASP.NET page handler that processes .aspx files. When
users request an .aspx file, the request is processed by
the page via the page handler.
To create a custom HTTP handler, you create a class that
implements the IHttpHandler interface to create a
synchronous handler or the IHttpAsyncHandler to create an
asynchronous handler. Both handler interfaces require you
to implement the IsReusable property and the ProcessRequest
method. The IsReusable property specifies whether the
IHttpHandlerFactory object (the object that actually calls
the appropriate handler) can place your handlers in a pool
and reuse them to increase performance, or whether it must
create new instances every time the handler is needed. The
ProcessRequest method is responsible for actually
processing the individual HTTP requests.
| Is This Answer Correct ? | 7 Yes | 0 No |
what is caching,session? when & what is used mostly in which situtations, how they r implemented in real time? tell with example?
What is the difference between ASP Session State and ASP.Net Session State?
Explain automatic memory management in .net.
What is the difference between exe and dll?
what is impersonation in ASP.NET?
7 Answers Accenture, Merrill Lynch, Wipro,
How to do Caching in ASP?
how to encrypt a connection string in web.config file?
Is redux flux?
Explain what does mvc represent in asp.net? : asp.net mvc
Difference between HTML control and Web Server Control?
List the events in page life cycle.
How does the service stream content?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)