P
p0
Hello,
I'm looking on opinions on data access in .Net. I have an xsl file
containing a xsl:variable with child nodes. I want to create a GUI to
manipulate the content of these child nodes.
Should I load the node in memory as an XmlNode and manipulate its
content directly for every get/set operation? Or should I
'deserialize' the node into several data classes and 'serialize' at
the end of all the getting and setting?
From a performance point of view, neither of those two options should
form a problem. I'm just wondering about 'good practice'.
TIA,
Yves
I'm looking on opinions on data access in .Net. I have an xsl file
containing a xsl:variable with child nodes. I want to create a GUI to
manipulate the content of these child nodes.
Should I load the node in memory as an XmlNode and manipulate its
content directly for every get/set operation? Or should I
'deserialize' the node into several data classes and 'serialize' at
the end of all the getting and setting?
From a performance point of view, neither of those two options should
form a problem. I'm just wondering about 'good practice'.
TIA,
Yves