![]() Related Questions The .NET Framework has two main components: the common language runtime and the .NET Framework class library.You can think of the runtime as an agent that manages code at execution time, providing core Latest Answer : .NET framework consists of
1) CLR
2) Class library
3) ASP.Net
CLR (Common Language Runtime): The name itself gives you an idea what CLR is.
RUNTIME can be described as a reduced version of a program. It enables you
to Execute the program ... Read Answers (2) | Asked by : rajani What is the difference between Session and Cookies. Can we use both in the same webpage. when we should go for cookies.. What are the advantages and disadvantages of both.. Plz send me code also..Thanks in advance..Ravi Latest Answer : The 'Location' attribute of the @OutputCache element specifies the location where the cache should be created. Following are the options for saving ASP.Net cache:1. Any2. Client3. Server4. Downstream5. NoneThe session data location is controlled ... Read Answers (2) | Asked by : laxman ViewState in ASP.NET IntroductionMicrosoft ASP.NET Web Forms pages are capable of maintaining their own state across multiple client round trips. When a property is set for a control, the ASP.NET saves Latest Answer : Session variables are maintained for particular session like for particular user only, so any user related information has to be saved in session variable.  While application variables are maintained for whole application. Whole application related ... Read Answers (2) | Asked by : Shiv Latest Answer : yes it is possible because we were having the Server.Transfer() where it will transefer the request to other page. ... Latest Answer : Application state is global to the application regardless of the number of application instances. All instances share the same application state variables. Each instance has its own session variables. They are stored at the server end. One use of session ... Read Answers (6) | Asked by : lakshminarayanan Latest Answer : By default HTTP is a stale less protocol. It means it considers each request
as a new request. Solution for this problem is state management.
State Management is a technique used to maintain the state of between HTTP
Request and Response.
There ... Latest Answer : Session Management can be achieved in two ways1)InProc2)OutProcOutProc is again two types1)State Server2)SQL Server
InProcAdv.:1) Faster as session resides in the same process as the application2) No need to serialize the dataDisAdv.:1) Will degrade ... Read Answers (2) | Asked by : Nagabhushanam Latest Answer : Cookie Information will be stored in a txt file on client system under a
folder named Cookies. Search for it in your system you will find it.
Coming to Session State
As we know for every process some default space will be allocated by OS.
In case ... Read Answers (2) | Asked by : S S REDDY Which is the best session management system in ASP.Net - viewstate, cookies, application, Urlencoding? Justify Read Answers (2) | Asked by : Nagaraju
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||