Roadmap to high performance XML
Note: this entry has moved.
I'll keep the updated list of posts relating to performance in XML manipulation here.Check out the whole "High-performance XML" series:
- High-performance XML (I): Dynamic XPath expressions compilation
- High-performance XML (II): XPath execution tips
- High-performance XML (II'): Enhance XPath execution performance with XPathCache
- High-performance XML (III): returning well-formed XML from WebServices without XmlDocument
- High-performance XML (IV): subtree transformations without re-parsing
- High-performance XML (V): Increase performance on message-based web services by avoiding XmlDocument creation when using XmlSerializer
- XGen for .NET v1.x (Strongly-typed, event-rising, design-time generated custom XmlSerializers to avoid first-time use performance impact on XmlSerializer plus another BIG bonus).