G
Guest
Hi,
We're currently developing a smart client application. It is a WinForms UI
that uses WebServices to retrieve data from an Oracle database. The
application will have several forms that will use a relatively static set of
tables for populating drop-down lists. I'm thinking that caching the data
from these tables on the client side, as opposed to bringing them through the
Webservice every time would improve application performance to some degree.
I'm just wondering if the Caching Application Block is the best route to take
for caching static data or is there another recommended approach. The
application itself will not be set up to run offline, so I only need limited
caching capabilities.
Thanks
We're currently developing a smart client application. It is a WinForms UI
that uses WebServices to retrieve data from an Oracle database. The
application will have several forms that will use a relatively static set of
tables for populating drop-down lists. I'm thinking that caching the data
from these tables on the client side, as opposed to bringing them through the
Webservice every time would improve application performance to some degree.
I'm just wondering if the Caching Application Block is the best route to take
for caching static data or is there another recommended approach. The
application itself will not be set up to run offline, so I only need limited
caching capabilities.
Thanks