We have a knowledge database containing a list of questions (around 200).
In our web application, we diplay only one question at a time.
Now we wanted to cache this list of questions in an Application variable
and would like to know what method would be the most appropriate (performance
wise). We were thinking of building an XML document but are concerned about
how fast are query on XML documents compare to opening a connection to database
and retrieving the question one at a time.