Can you give an example of what might be best suited to
place in the Application_Start and Session_Start subroutines?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / guest
I am takeing an example for "online shopping website".We
have two options for customers (like Guest and register
users) to buy a product.
1.By default we have to show guest as one user.
2.Register user who are sigined in it.
3.Also i need to display how many uesrs are online.
There are some points to remmber:
1.How can i maintain Guest user to whole app.
2.how to maintain how many uesrs are online.
Application_Start:this event is used to declare global
variables.
Application["User"]="Guest";
Session_Start:This event is used to count how many no of
users are online.
| Is This Answer Correct ? | 1 Yes | 0 No |
Explain different pipelining hazards and how are they eliminated? : .NET Architecture
what is the method while we are using adapter and dataset ?
how we can fire event in databound column in datagrid without using button?
Can I create my own context attributes?
Explain the difference between state server and sqlserver : Dot net architecture
HttpHendler and HttpModules
What is the numeric attribute of the textbox control in .net mobile? : Microsoft dot net mobile
Define cache coherency? : Dot net architecture
Use of Enable view state ? if turn off what happen ?
What are the five stages in a dlx pipeline? : Dot net architecture
What is IL code, CLR, CTS, GAC & GC?
What is the difference between metadata and menifest ?