what are the things we generally declare in session_start ,
application_start ?
Answers were Sorted based on User's Feedback
Answer / israr ali
whatever we want to keep in our whole session period then
write code in session start ex. the counter of website hits
and
whatever we want to keep in our whole application period
then write code in application start
( Israr Ali )
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sv2
Initialization and declare session in session_start and
application_start
ex:-session["Name"]="Viral";
application["Name"]="Shalin";
| Is This Answer Correct ? | 1 Yes | 1 No |
Does application frame need host?
What should one do to make class serializable?
Explain the types of memory management? : .NET Architecture
What is .net mobile utility controls. : Microsoft dot net mobile
State the different levels of exceptional safety?
what is web service?
Is dim fs as filestreamobject is a managed code? : Dot net architecture
Why am I getting an invalidoperationexception when I serialize an arraylist?
What is CLR,MSIL and Jit Compiler and their roll in .net
can Array contains different datatypes ?
Explain how cache is used? : Dot net architecture
Explain about metadata?