How to Cache data to a ViewData and maintain session of the data for at least 8 hours?
Basically I have a record that needs to become static or cached into a temp table, where
the user is not making several trips to the database on every web page.
Basically I have a record that needs to become static or cached into a temp table, where
the user is not making several trips to the database on every web page.