Summary
Today you learned about XML in the .NET Framework. Using the tools available in Visual Studio .NET, you can create XML schemas and use those schemas with XML files quickly and easily. If you need to process XML files, you can use the classes in the XmlTextReader to process large XML files with very little overhead. No matter what type of XML document you have to work with, the classes in the System.XML namespace have all the functionality you need.