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 / sulochana singh
The Application_Start event is guaranteed to occur only once throughout the lifetime of the application. It's a good place to initialize global variables. For example, you might want to retrieve a list of products from a database table and place the list in application state or the Cache object. SessionStateModule exposes both Session_Start and Session_End events.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ramgopal reddy
This is where you can set the specific variables for the
Application and Session objects.
| Is This Answer Correct ? | 1 Yes | 6 No |
Do you know about caching with the datasource controls?
Explain global assembly cache.
To load your generated dataset with data which method do you invoke?
What is difference b/w Generic List and Arraylist, Generic List Vs HashTable, Generic List Vs No Generic? Pls Explain with example.
Difference between dynamic query and static query ?
how can u create the blog in asp.net with C#?what is the data type u will use to store in sql server?
About dataset and data mining ?
How do you handle session management in ASP.NET and How do you implement them. How do you handle in case of SQLServer mode?
The technical part was on ASP.Net only of web services.
When does a session actually start?
WHAT IS OBJECT POOLING
Describe the master page.
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)