Since I've been working with InfoPath 2003 SP2 and VS 2005 Managed Code I've been working with XML data quite a bit. Scott Hanselman has a thought and suggestion on a useful method / performance philosophy (I agree)...
[via Scott Hanselman]
Random thought: I like the whole XmlReader philosophy. I use it much more often than XmlDocument. I haven't made an XmlDocument in a while. Every once in a while an XmlDocument shows up when you need an XmlNode for some SOAP stuff, but for the most part, I like XmlReaders.
Read the entire post at...
XmlTextReader more and more