Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dataset
Message
De
04/11/2002 12:52:15
 
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Titre:
Divers
Thread ID:
00718356
Message ID:
00718581
Vues:
28
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform