This post originated from an RSS feed registered with .NET Buzz
by Scott Hanselman.
Original Post: ASP.NET ViewState = Appendix?
Feed Title: Scott Hanselman's ComputerZen.com
Feed URL: http://radio-weblogs.com/0106747/rss.xml
Feed Description: Scott Hanselman's ComputerZen.com is a .NET/WebServices/XML Weblog. I offer details of obscurities (internals of ASP.NET, WebServices, XML, etc) and best practices from real world scenarios.
Last time I checked, ASP.NET ViewState wasn't an Appendix to be cut out. The Flesk.ViewStateOptimizer makes
this claim:
Reduces downloading time of your website or web application,
by not sending back the page's Viewstate hidden field.
Oy! ViewState is one of the most useful and most maligned inventions
of the .NET era. Get
to know it. Turn it off selectively and when you know what
you're doing.