serialization

c#

The Last Configuration Section Handler.. Revisited

If you need to store a little bit of state-- in your configuration file, or on disk-- nothing is faster than some quick and dirty serialization. Or as I like to call it, stringization. In late 2004, I wrote about The Last Configuration Section Handler, which does exactly this for

By Jeff Atwood ·
Comments

asp.net

Web Farms and ASP.NET ViewState

If you deploy ASP.NET websites to a web farm, you may run into this perplexing System.Web.HttpException: The viewstate is invalid for this page and might be corrupted If you’ve installed ASP.NET 1.1 service pack 1, you may also get a much more helpful exception

By Jeff Atwood ·
Comments