Can you give an example of what might be best suited to
place in the Application_Start and Session_Start subroutines?
Answer Posted / raghumadhav tirunagari
Application_start need for global variable which are
available over the application.
Sesssion_Start : login dependent ( user dependent)
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the use of TPL DATAFLOW?
What is code access security (cas)?
Explain the difference between state server and sqlserver : Dot net architecture
difference between Response.write,server.transfer and also which one is used when ?
What is boxing and unboxing? Does it occure automaatically or you need to write code to box and unbox?
What is the difference between .net mobile pages and ordinary .net web page? : Microsoft dot net mobile
Explain the difference between primary & secondary storage device? : .NET Architecture
What are different types that a variable can be defined and their scopes ?
Explain cache? : Dot net architecture
how can we achieve language interoperability through CLS? How MSIL works?
Explain about code access security?
What is the use of CLR in .NET?
Explain cache memory? : Dot net architecture
Explain about validation?
What are the new features of .net 2.0?