XML in the .NET Framework

XmlReader
A fast way of reading an XML file. You can move forward only through the file, and nothing is cached
XmlWriter
A fast way to create an XML file. Just as with the XmlReader, it’s forward only and noncached.
XmlDocument
Represents an in-memory XML document. It supports navigating and editing a document.
XPathNavigator
Helps with navigating through an XML document to find specific information.
more 혹은 LINQ to XML

댓글

이 블로그의 인기 게시물

Oracle NLS_DATE_FORMAT 변경

Stop console process using Ctrl+C.

Alternative to IValueConvert, QuickConverter