Httpcontext objects?
Answers were Sorted based on User's Feedback
Answer / rashmi tiwari
An HttpContext object will encapsulate specific details of
a single HTTP request. Properties of this class include the
Request object, the Response object, the Session object,
and an AllErrors property which keeps an array of Exception
objects accrued during the current request.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / vinod mathew
Following are members of System.Web.HTTPContext
1.Application
2.Application Instance
3.Cache
4.Previous Handler
5.Profile
6.Request
7.Server
8.Session
| Is This Answer Correct ? | 3 Yes | 0 No |
How to Redirect Tracing to a File
Will the finally block get executed if an exception has not occurred
What is viewbag?
How to return the JSON from action method in ASP.Net MVC?
explain lazy loading, eager loading, and explicit loading?
What does assemblyinfo.cs file consists of ?
1 Answers Accenture, BirlaSoft,
What is Reflection in .NET?
Can you draw and explain the .NET Farmework?
What is code first? : Entity framework
What is gacutil.exe. Where do we store assemblies ?
5 Answers Accenture, BirlaSoft,
How do you initiate a string without escaping each backslash ?
What are the levels at which filters can be applied in an asp.net mvc application?