ASP.NET Podcast - Show #19 - Minimizing the ASP.NET ViewState, Marketing Ideas, What not to do for Technical people.
I have been really quiet on the blog scene lately due to work but the ASP.NET Podcast Show is still going strong. Show #19 is out and Wally is back in fine form.
- Marketing for technologists.
- Idiosyncrasies of high-tech people.
- Are customers serious?
- Games that I have had played on me. Note: Don’t play these games unless you want to not be successful.
- Minimizing the ASP.NET ViewState. (Thank’s to Scott Mitchell’s article on MSDN)
- Inherit from the Page Class.
- protected override void SavePageStateToPersistenceMedium(object viewState) {…….}.
- protected override object LoadPageStateFromPersistenceMedium() {………}