Wednesday, February 05, 2003


Dino Esposito Exposes ASP.NET View State Over lunch today I read Dino Esposito's February MSDN article about ASP.NET View State. Great article! ASP.NET's server controls are a great boon for relieving the tedium of refilling control state with each postback, but they come with a cost. Dino does a nice job of documenting the cost as well as exposing situations in which view state is really unneccessary and providing workarounds for those situations where view state is simply too expensive. I'll be putting some of this knowledge to use right away.
1:07:10 PM    Google It!  

Jason provides A nice use for Nested classes in C# as opposed to using namespaces alone. [Managed Space]
9:04:17 AM