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 |
What are the main features of asp.net mvc 4 used by asp.net web api?
In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?
Is .net framework going away?
Can I uninstall microsoft .net framework?
VIEWS WITH SYNTAX AND EXAMPLE IN SQL
If we write return statement in finally block will it works fine or throws any error?
what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?
what is lazy loading in entity framework?
Is .net framework dead?
Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?
Hi my name is sahil. i did my bsc in 2008 n did marketing jobs thereafter. bt nw i wanna learn .net to enter IT field. Ive heard deccansoft,secbad is the best inst. for .net. bt do they provide placement?? as im not a fresher so will i be hired by any company..??
When using aspx view engine, to have a consistent look and feel, across all pages of the application, we can make use of asp.net master pages. What is asp.net master pages equivalent, when using razor views?