c# - Deferred loading of object related data -



c# - Deferred loading of object related data -

imagine there tree construction of data. load info upon programme start. each node in tree has several properties. want extend info each tree node plugin, maybe loaded, maybe not.

my question is, how load , save extended info objects? should save info in 1 place or different places (e.g., 1 xml file vs. two)?

edit

i think possible utilize dictionary additional info (i.e., var info = node.data["plugina"]).

the info might serialized binaryformatter or xmlserializer.

c# oop

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -