TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About application state
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Ashish Shukla (2)
Aman Gupta (1)
Akash Bhimani (1)
Shivanand Arur (1)
Divya Sharma (1)
Abhishek Kumar (1)
Sunny Sharma (1)
Sahil Sharma (1)
Anoop Kumar Sharma (1)
Satyapriya Nayak (1)
Jalajakshi Venkataramana (1)
Gaurav Pilay (1)
Alok Pandey (1)
Vishal Nayan (1)
Annathurai Subbaiah (1)
Related resources for application state
No resource found
Application State vs Session State in Java
9/30/2024 8:36:48 AM.
State management in Java is vital for web applications, categorizing data into Application State and Session State. Application State shares data globally across users, ideal for configurations and ca
State Management Techniques in ASP.NET: Part 1
6/6/2024 11:50:05 AM.
State Management Techniques in ASP.NET: Part 1 explores methods like ViewState, Session, and Application state to preserve data between requests, vital for seamless user experience and application fun
ASP.NET State Management Techniques Part 2
5/31/2024 10:08:40 AM.
ASP.NET state management techniques include session, application, view state, cookies, query strings, and more. These manage data across requests, enhancing user experience and enabling data persisten
Overview of State Management in ASP.Net
5/31/2024 9:41:18 AM.
ASP.NET offers diverse state management techniques to maintain page state over multiple requests. These include client-side methods like View State, Cookies, Query String, and server-side methods like
ASP.NET State Management Techniques
5/1/2024 11:18:17 AM.
In this article, we will learn essential ASP.NET state management techniques including session state, view state, application state, cookies, query strings, caching, and more.
Application State in ASP.Net
4/8/2021 11:39:22 AM.
This article explains the life cycle of Application State; the Global.asax file is also explained with a real-life example.
View State Vs. Session State Vs. Application State
4/8/2021 5:45:58 AM.
This article is for beginners explaining View State Vs. Session State Vs. Application State in simple language and step-by-step.
ASP.Net Web API and RESTful Services
3/12/2021 7:02:07 AM.
This article explains what a RESTful Service actually is and how the ASP.NET Web API helps with the creation of such services.
State Management in ASP.NET: Everything You Need to Know
12/31/2014 12:57:11 AM.
This article provides an overview to the various State Management techniques in ASP.NET.
Display Number of Online Users in ASP.Net
11/12/2014 5:34:33 PM.
This article shows how to display the number of online users in ASP.NET.
Showing Data In GridView Using Application State in VB.NET
11/9/2012 9:14:49 AM.
In this article we will know how to display data from the database into a Gridview by using Application State object.
State Management in Web Forms
5/20/2012 4:05:27 AM.
This white paper discusses the ways in which the state management can be handled in web forms. State management can be done either on client side or server side as explained below.
Controlling Window State Of Other Applications using C#
5/13/2012 7:54:28 AM.
This article shows how you can control window state of any other application using C#.
Application State Management in Web Service
12/5/2011 11:33:14 PM.
Application is used to manage the state at server side. In this article, you will learn to use application state management in a web service.
Hour 5: Understanding 5 ASP.NET State Management Techniques in 5 hours
4/28/2011 11:34:59 AM.
Application State stores global objects that can be accessed by any client.
Application State in ASP.NET
3/9/2010 8:49:20 AM.
Application state is used to store data on the application machine. It works as a global variable in other programming languages. Application variable is an object that is shared by the multiple sessions. We can use application variable within page, HttpHandler and Global.asax.