Link to home
Start Free TrialLog in
Avatar of zachvaldez
zachvaldezFlag for United States of America

asked on

Techniques in saving results in memory

I would like to skip expensive trip to the database and back in retrieving output and instead  save the results in memory.
What techniques in C# can do this.

I have a page with a series of questions and the only way I know is run a query to the database to get the output and I would like to know if there is another way to accomplish that.
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

and what happens when then application closes? Results are loss?
ASKER CERTIFIED SOLUTION
Avatar of Chinmay Patel
Chinmay Patel
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial