Feeds:
Posts
Comments

Archive for May 26th, 2007

Recently I deployed an ASP.Net web application that was designed to gather complex form data and store it in a database. The object model was large and complex enough that it couldn’t be stored in View State, given the network within our organization. So instead we stored the form data in Session state. [...]

Read Full Post »