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 .net class that allows the retrieval of a data element using a unique key?
What is Video Streaming in .net??
Explain about httpruntime.cach.get(); method?
Explain the race around condition? : Dot net architecture
How cache is used? : Dot net architecture
Explain hard disk and what is its purpose? : Dot net architecture
Explain about appdomains?
What is the use of web.config?
4. Wcf- what Asych and Sych call and how that works
how can we achieve language interoperability through CLS? How MSIL works?
5. Wcf- Session Managment
Define an interrupt? : Dot net architecture
What are the types of memory management? : Dot net architecture
What is an interrupt? : Dot net architecture
Can you explain update progress control?