Community

Delegate-Based XML Processor for Configuring Objects From XML

(vonwao) There have been times when I’ve needed to parse an XML file and configure some objects. XmlReader is very flexible, but too low level for the simple task at hand. The built-in serialization is a tempting option also, but not flexible enough and too intrusive. DOM is too memory intensive

Read More - Register for Free Membership