Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / state

State

state

Great Reads

by Eduardo Antonio Cecilio Fernandes
This article explains how to manage ASP.NET Client and Server State, via View State, Hidden Fields, Cookies, Query Strings, Session State and Application State.
by Haftmann, Henrik
12 years too late but now it works: A replacement driver for giveio and dlportio for 64-bit Windows
by Henrik Vestermark
How to add Xoshiro and ChaCha PRNG's as compatible class in C++
by Mathew Soji
A walkthrough on installing Redis server and implementing a custom ASP.NET State Management using Redis and ASP.NET MVC5.

Latest Articles

by Eduardo Antonio Cecilio Fernandes
This article explains how to manage ASP.NET Client and Server State, via View State, Hidden Fields, Cookies, Query Strings, Session State and Application State.
by Haftmann, Henrik
12 years too late but now it works: A replacement driver for giveio and dlportio for 64-bit Windows
by Henrik Vestermark
How to add Xoshiro and ChaCha PRNG's as compatible class in C++
by Mathew Soji
A walkthrough on installing Redis server and implementing a custom ASP.NET State Management using Redis and ASP.NET MVC5.

All Articles

Sort by Score

state 

by Eduardo Antonio Cecilio Fernandes
This article explains how to manage ASP.NET Client and Server State, via View State, Hidden Fields, Cookies, Query Strings, Session State and Application State.
by Henrik Vestermark
How to add Xoshiro and ChaCha PRNG's as compatible class in C++
by Uladzislau Baryshchyk
An overview of multithreading in C#
by Chris875
State pattern and procedural solution illustrated
by HoshiKata
An example state machine framework that uses Doxygen to auto-draw the actual code's behavior.
by Deepthi Viswanathan Nair
Form rendering issue due to misconfiguration of state service in SharePoint 2010
by Joy George K
This article contains tips for designing classes. Normally developers take considerable amount of time to decide whether their classes should be stateless or stateful. First we are discussing what is meant by state of an object and then getting into tips for deciding what should be the state of our