What's the difference between stateful and stateless?
Posted
by
Pankaj Upadhyay
on Programmers
See other posts from Programmers
or by Pankaj Upadhyay
Published on 2011-08-15T06:34:31Z
Indexed on
2012/06/27
15:26 UTC
Read the original article
Hit count: 286
asp.net-mvc
The books and documentation on the MVC just heap on using the Stateful and Stateless terms. To be honest, i am just unable to grab the idea of it, what the books are talking about. They don't give an example to understand any of the either state, rather than just telling that HTTP is stateless and with ASP.NET MVC microsoft is going along with it. Am I missing some fundamental knowledge, as i can't understand what is stateful and why is stateful and same goes for stateless.
A simple and short example that talks about a control like button or textbox can be simplify the understanding i suppose.
© Programmers or respective owner