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 |
If foreground completes its processing will it wait for background threads?
How to identify the Code which Complies corresponding Compiler in .NET? Means Suppose, i am taking One project A.. in which code is implemented using C# langugge. And Another Project B..in Which Code is implemented using VB.NET. Suppose I am creating Project C. i am adding Reference of Project A and B to Project C. So, in Project C, how to identify Project A is Complied through CSCompliler? And Project B is Compiled VBCompiler at Runtime?
what are the aggregate functions in ASP.NET?
What is edm in entity framework?
What is the importance of NonActionAttribute?
What does CLR do after the IL is generated and machine language is generated .Will it look for main method ?
WHICH IS THE BEST INSTITUTE FOR DOTNET REAL TIME PROJECT TRAINING
21 Answers ABC, Cap Gemini, Comspark,
what is .net?
Is the following route definition a valid route definition? {controller}{action}/{id}
Do I need microsoft .net framework?
Can we access the web controls in a page pre initialising event?
What is GUID , why we use it and where