By tag: XmlDocument
0
kicks
Performance: LINQ to XML vs XmlDocument vs XmlReader
Compares speeds of XML parsing techniques. Ultimately XmlReader beats LINQ to XML in almost every run except for very small XML documents. What's interesting though is how the numbers scale between text encodings.
0
kicks
Video: Parsing XML with the XmlDocument Class
In this video tutorial Dan Wahlin walks you through the fundamentals of using the XmlDocument class in .NET to parse an RSS feed and display results.
0
kicks
Video: Using XPath with the XmlDocument Class
In this video tutorial I walk through how to use XPath statements to parse an RSS feed and display results using the XmlDocument class.
0
kicks
Video: Using XPath with the XmlDocument Class
In this video tutorial we walk through how to use XPath statements to parse an RSS feed and display results using the XmlDocument class Click the link below to view the video.