Related resources for XML.NET
  • Reading XML File using XmlDocument5/30/2019 5:53:21 AM. In this article Reading XML File using XmlDocument.
  • Reading XML Files12/19/2013 3:08:27 PM. In this article, I will show you how to use the XmlTextReader class to read an XML document and write data to the console.
  • Automate the process of documenting your code9/29/2012 7:27:05 AM. The Visual Studio .NET IDE allows to document your code in a way that the compiler can create an XML document describing your classes, methods, properties, etc. This article explains how to use this feature and then create a basic help file out of it.
  • XML Transformations9/29/2012 7:16:42 AM. This article shows you how to use XML transformation classes defined in the .NET Framework class library to transform XML data into various user interfaces.
  • XSLT Transformations and XSLT Intellesense within the .NET IDE 9/29/2012 6:46:27 AM. With XML and XSLT transformations becoming a large part of many business applications it would be beneficial to have this functionality in the .NET IDE. Following are the instructions for adding xslt transformations and intellesense to xslt documents to the .NET IDE.
  • XML Schema Validator9/29/2012 6:29:52 AM. The XML Schema Validator checks if a given XML document is well formed and has a valid schema model.
  • Reflecting Data to .NET Classes: Part II9/29/2012 6:24:57 AM. This article continue the series of "Reflecting Data to .NET Classes". In the first article, we discussed the concept “Reflecting Data”. The techniques behind it were also explained and demonstrated. The source of data demonstrated in this article will be XML documents.
  • XML as Middle Tier9/29/2012 6:20:54 AM. There is always been a need that there will be an intelligent middle Layer between Database Server and the UI Code. There are many ways but one fantastic approach came in picture with the XML.
  • Performance Comparison of XslTransform Inputs5/20/2012 7:30:35 AM. 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).
  • How to resolve the error “Cannot change hidden attribute for this field”2/17/2011 12:49:32 AM. In this article we will be seeing how to resolve the following error “Cannot change hidden attribute for this field”.
  • XML News Feeds from Harrison Logic1/27/2006 12:47:30 AM. This application provides a compilation of news headlines from many sources, using the MoreOver.com's XML service.
  • XML Generator1/25/2006 12:21:35 AM. This article is about advance use of reflection package in Csharp.
  • XML TreeView1/24/2006 4:58:31 AM. My goal was to be able to reflect any Xml file into the Windows Forms TreeView control.