Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dataset
Message
From
04/11/2002 12:52:15
 
General information
Forum:
ASP.NET
Category:
ADO.NET
Title:
Miscellaneous
Thread ID:
00718356
Message ID:
00718581
Views:
26
Jose,

Right now this is only for WinForms (not doing much with WebForms yet) ... we are only caching some of our static lookup tables and we cache them as XML files on the client-side (as necessary, program startup checks if the tables have had updates on the SQL Server (which doesn't happen often with these particular tables) and if so, re-caches the XML, if not you've already got it cached).

~~Bonnie

>>We take it one step further and sub-class the generated class. That way we can add additional functionality to a DataSet. For example, we have an additional method that we add to each dataset class, called FillWithXML() that easily allows us to fill the DataSet from an XML string instead of from the SQL Server backend (useful for cached files).
>
>Interesting.
>Where do you keep your cached files?
>- Session / Application objects?
>- Hashtables in class static members?
>- other?
>
>Regards,
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform