Want to build the ChatGPT based Apps? Start here
Become a member
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
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
Training
Live
JOBS
MORE
CAREER
MEMBERS
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]
Divya Sharma (1)
Abhishek Kumar (1)
Ashish Shukla (1)
Sunny Sharma (1)
Akash Bhimani (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 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 State Management Techniques Part 2
4/6/2021 6:32:49 AM.
Here we will see some of the commonly used Server Side State Management techniques.
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.
Overview of State Management in ASP.Net
5/6/2015 3:36:00 PM.
This article provides an overview of the various State Management techniques in ASP.NET.
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.