Resources  
  • Performance Comparison of XslTransform Inputs in VB.NETNov 10, 2012. This article explains about the performance comparison of XslTranform Inputs. To transform XML into HTML for use on a Web site or to transform it into a document that contains only the fields required you could use the XSLTransform class (found in the System.Xml.Xsl namespace).
  • ADO .NET and XMLDec 03, 2009. In this article I will explain you about ADO .NET and XML.
  • Performance Comparison of XslTransform InputsMay 02, 2002. To transform XML into HTML for use on a Web site or to transform it into a document that contains only the fields required you could use the XSLTransform class (found in the System.Xml.Xsl namespace).
  • Inserting Data to an XML DocumentMar 28, 2001. The XmlNode and the XmlDocument classes can be used to insert XML data to an existing document or to a new document.