Qus:    What are the Characteristics of some of the XML classes in the .NET Framework support a streaming-based model?
May 12, 2022 14:19 DotNet 0 Answers Views: 51 GANI MALLA
For better app performance, some of the XML classes in the .NET Framework support a streaming-based model with the following characteristics:

Minimal caching for forward-only, pull-model parsing (XmlReader).

Forward-only validation (XmlReader).

Cursor style navigation that minimizes node creation to a single virtual node while providing random access to the document (XPathNavigator).

For better performance whenever XSLT processing is required, you can use the XPathDocument class, which is an optimized, read-only store for XPath queries designed to work efficiently with the XslCompiledTransform class.
Prev Next
Answers (0)
Post Your Answer
Guest User

Not sure whare to join tuition right for you?

Choose the right one for you.
Get the help of the experts and find a solution that best suits your needs.


Let`s Connect