Effective Xml Part 1: Choose the right API
Posted by: XmlTeams WebLog,
on 14 Sep 2011 |
View original | Bookmarked: 0 time(s)
This is the first part of a mini-series of blog posts about using Xml on .NET Framework platform in an effective way. Although I will be focusing on .NET Framework platform I hope that at least some of the information will be general enough to apply to working with Xml on any platform. Managed Xml API contains a few different APIs that allow to start working with Xml documents. These are: XmlReader XPathDocument XmlDocument XDocument/XElement (LINQ to Xml) The reason why there are...