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 |
which are the key concepts of entity data model?
What is reflection?
5 Answers Accenture, Merrill Lynch, Microsoft,
What is serialization in .NET? What are the ways to control serialization?
What is side by side Execution ?
Explain the advantages of dependency injection (di) in asp.net mvc?
Explain bundle.config in mvc4?
what is deferred loading(lazy loading)?
What is representational state transfer (rest) mean?
How do you box a primitive data type variable ?
What is presentation framework?
What are ajax helpers in asp.net mvc?
Which are the important namespaces used in ASP.Net MVC?