Answer Posted / 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 |
Post New Answer View All Answers
Can I uninstall microsoft .net framework?
Is razor a server side?
What is ViewStart Page in ASP.Net MVC?
The order of the filters that get executed, if the multiple filters are implemented?
Explain what is asp.net mvc?
What is storage model? : Entity framework
What is objectset? : Entity framework
Is mvc 4 supporting windows azure sdk (software development kit) ?
What is needed for running an application built on winfx on the .net framework 3.0?
What are the major improvements provided by the common language runtime and the base class libraries? Or what are the major improvements in .net framework 4.0?
Explain the advantages of dependency injection (di) in asp.net mvc?
How we can add the css in mvc?
Explain covariance and contra-variance in .net framework 4.0. Give an example for each.
What is mapping in entity framework? : Entity framework
What type of filter does outputcacheattribute class represents?