Buy Questpond's video subscriptions on
huge discount
.
Online: 3863
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
.NET Framework
>
Loading ...
What is Application State?
Posted by
Kamlesh420
on 12/29/2011 | Category:
.NET Framework Interview questions
| Views: 4878 |
Points: 40
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
Application State is one of the Server Side State management Mechanism which stores application memory on the server rather than persisting data in the client side memory.
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
What is the difference between Pre-Render and Rend ...
Next > :
What is Cross-Page Posting?
Comments or Responses
Posted by:
Sb.naveenkumar1988
on: 1/10/2012 |
Points: 10
Application state is stored in memory on the server and is faster than storing and retrieving information in a database. Unlike session state, which is specific to a single user session, application state applies to all users and sessions. Therefore, application state is a useful place to store small amounts of often-used data that does not change from one user to another.
Login to post response
More Interview Questions by Kamlesh420
What is Cross-Page Posting?
What is the difference between Two Tier & Three tier Architecture ...
Find and Delete duplicate records in a table
Write a sql query which will give result of the city name of the emplo ...
difference between Early Binding and Late Binding?
If Master Page is attached with a child, which event's will be fir ...
how to caputure user control button click event in aspx page
difference between array and stack
Latest Interview Questions
What is "Automatic activation" in WCF ?
What is the difference between the below two statements:- (1) var myn ...
Is "Javascript" a case sensitive language ?
Overloading is Static Polymorphism and Overriding is Dynamic Polymorph ...
What is the former name of Windows Communication Foundation (or WCF) ?
Are all the below border styles valid :- border-style: inset; bord ...
What is the basic difference between "var" keyword in Javasc ...
What is difference between "String" and "string" ?
More ...