G
Guest
For an asp.NET app. I have a list that I want to keep in memory.
My choices are keeping the list in an asp.NET listbox control, session
object, database, xml file.
This list has values that need to be checked against the stack. If they're
in the stack then they're in use, if not then I'm going to use or replace the
values with new values I can use.
What good consulting advice regarding this model and ways to keep a list in
memory can anyone provide?
Regards;
Segue
My choices are keeping the list in an asp.NET listbox control, session
object, database, xml file.
This list has values that need to be checked against the stack. If they're
in the stack then they're in use, if not then I'm going to use or replace the
values with new values I can use.
What good consulting advice regarding this model and ways to keep a list in
memory can anyone provide?
Regards;
Segue