Seo Forum

Coding & Programming => Programming Forum => Topic started by: chinmay.sahoo on 12-24-2016, 04:15:05

Title: How to manage state in ASP.NET?
Post by: chinmay.sahoo on 12-24-2016, 04:15:05
Session state, application state and view state is used to manage state in ASP.NET.
Title: Re: How to manage state in ASP.NET?
Post by: julia timpi on 08-31-2021, 03:54:59

Application state is stored in a key/value dictionary that is created during each request to a specific URL. You can add your application-specific information to this structure to store it between page requests. Once you add your application-specific information to application state, the server manages it.
Title: Re: How to manage state in ASP.NET?
Post by: dark404 on 09-21-2022, 05:27:54
Application state is put away in a key/esteem word reference that is made during each solicitation to a particular URL. You can add your application-explicit data to this design to store it between page demands. When you add your application-explicit data to application express, the server oversees it.