Can you give an example of what might be best suited to
place in the Application_Start and Session_Start subroutines?
Answer Posted / 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 |
Post New Answer View All Answers
Does .NET runtime offer Deterministic Destruction or not?
What is an asssembly qualified name? Is it a filename? How is it different?
Explain about validation?
Waht is Dot net Arcitecture
What is WPF and WCF?
4. Wcf- what Asych and Sych call and how that works
what is polymorphism and advantage ?
How cache is used? : Dot net architecture
Explain about continuable exceptions?
What is difference between Desktop, Client Server & Web based applications?
How do you handle this COM components developed in other programming languages in .NET?
What are the types of application software?
What is an interrupt? : Dot net architecture
Explain about appdomains?
how to add list of items in a web application and win application?