Learn how to use helper functions that (by utilizing a popular Blowfish class) open and decrypt an XML file in memory and then load that memory—without writing it to disk—into a DOM object.
Articles Written by Tom Archer - MSFT
Using Delegates with Native Function Callbacks in Managed C++
Learn how to import native DLL functions into a Managed C++ application and how to define and pass delegates for asynchronous processing with callback functions.
Build a Maintenance Application with the XmlTextWriter/XmlTextReader Classes
Tom Archer presents a step-by-step tutorial for building an application that uses the .NET XML classes to read and write video information to an XML file.
Reading XML Files with the XmlTextReader Class, Part 2
In this follow-up article to learning how to use the XmlTextReader to enumerate the nodes of an XML file, Tom Archer illustrates how to skip non-content and whitespace nodes and how to locate and read attribute values.
Reading XML Files with the XmlTextReader Class
Learn how to use the .NET XmlTextReader class to sequentially read through and parse the nodes of an XML document/file.
Writing XML Files Using the XmlTextWriter Class
Learn how easy it is to generate XML files by using the XmlTextWriter class from Managed C++.