By tag: State
0
kicks
Regular Expression Engine in C# (the Story)
A “long time ago”, more precisely 3 years ago, I was studying Automata and Formal Languages which was a Computer Engineering discipline. At that time I was amazed by the new things I was learning such as NFAs, DFAs, FSMs and Regular Expressions. For the sake of my development I started searching for...
0
kicks
Best Practices - Fast, Scalable, and Secure Session State Management
Best Practices
Fast, Scalable, and Secure Session State Management for Your Web Applications
0
kicks
Gain Control Of Your Control State
A Primer on the less well known cousin to ViewState, the Control State. Contains an interesting demo of the two types of state persistence side by side.
0
kicks
ASP.NET State Management
Learn to manage application state, session state, cookie state, and view state in ASP.NET. Excerpt: Before we begin discussing state management in ASP.NET, let's get one thing straight: Attempting to manage state in Web applications goes against the fundamental design principles of the Web. One of t...