|
by Keyvan Nayyeri via Keyvan Nayyeri on 9/19/2006 7:27:49 PM
Alexey had two informative comments (1, 2) for one of my recent posts about using StringWriter and XmlTextWriter to generate XML files on fly. He had pointed me to an article on MSDN about some better alternatives for objects I had used in my code in .NET 2.0. He recommended me to use XmlWriter, XmlReader and XPathDocument instead of XmlTextWriter and XmlDocument. Before stepping in details I should send my thanksgivings to him (if he hadn't sent these comments, I
... [ read more ]
|
|