What is application variable and when it is initialized ?
Answer Posted / rajesh kumar
Application variable is generally Stored in Application
State in Application_start event in Global.asax file which
is fired when the first Instance of Application is created
or when first user open the Website.
Item added to the Application variable in function like
global variable in ASP.NET Page.
Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
What is Model-View-View Model?
What is difference between asp state management and asp.net state management?
Can the dictionary object be created in client?s scope ?
Which authentication uses a combination of windows and iis authentication?
What is distributed system in asp.net?
What is difference between asp.net and asp?
How Can assign alias name for ASP.NET Web API Action?
Explain how to prepare culture-specific formatting in .net.
How ASP.NET page works?
What is the use of global.asax file?
What are the Difference between asp.net and asp ?
what is DLL Hell and how it is solved in .NET? please explain clearly??
What is http only cookie?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
What is difference between session and cookies in asp net?