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 |
Is http stateful or stateless?
What is namespace used for loading assemblies at run time and name the methods?
what is MVC pattern?
Describe the advantages of writing a managed code application instead of unmanaged one. What's involved in certain piece of code being managed ?
What is JIT and how is works ?
How to use multiple submit buttons in asp.net mvc?
How can I stop my code being reverse-engineered from IL
Which are the important namespaces used in ASP.Net MVC?
How do I install .net framework?
I want to fetch data from datareader. i have three tables in datareader. i want to bind my two table with datagrid, then i want to fetch a value from my third table. do u have any idea pls help me. we use dr.nextresult() for multiple tables.
what is .NET ?
What is Global Assembly Cache (GAC) and what is the purpose of it?