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 you can implement custom validation in asp.net MVC?
What is ViewStart Page in ASP.Net MVC?
Explain entity lifecycle? : Entity framework
What is model first? : Entity framework
Explain Model, view and Controllers in Asp.Net MVC?
What is the .net framework and how does it work?
what is eager loading?
What are delegates?where are they used
How would you make a combo-box appear in one column of a DataGrid?
Tell me about the internal working of Garbage collector?
Explain the use of Inversion of control (IOC)?
What is Partial Assembly References?