TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
XML
FOLLOW
Welcome to XML .NET section of C# Corner. In this section, you will find various XML .NET related source code samples, articles, tutorials, and tips.
Articles
(189)
Blogs
(52)
Resources
(23)
Videos
(0)
News
(1)
Links
Comparison between JSON and XML formats
Comparison between JSON and XML formats using example. Hhere is some examples which shows conversion of json to xml.
Pankaj Pandey
May 02, 2013
Convert String to XML - .NET/C#
This tip shows how to convert a string to XML file using C# and .NET.
XAML Designer
Jan 03, 2010
How do I Read XML data from a stream?
This sample illustrates how to read XML from a stream using the XmlReader class.
Mahesh Chand
Apr 04, 2007
How do I apply Validation When Reading XML?
This sample illustrates how to apply validation when reading and parsing XML data using the XmlReader class.
Mahesh Chand
Apr 04, 2007
How do I Read and Write a Schema?
This sample illustrates how to read an XML Schema Definition language (XSD) file into the Schema Object Model (SOM). Then, the sample writes the XSD schema that has been loaded into memory to a Str...
Mahesh Chand
Apr 04, 2007
How do I Use the Xml Schema Object Model?
This sample illustrates how to read two XML Schema Definition language (XSD) schemas into a SchemaSet and navigate through the schemas that they represent.
Mahesh Chand
Apr 04, 2007
How do I Use an Extension Object in an XSLT Style Sheet?
The XsltArgumentList class contains XSLT parameters and XSLT extension objects.
Mahesh Chand
Apr 04, 2007
How do I Merge Multiple Schemas into a Single Logical Schema?
The XmlSchemaSet class represents a cache of XML Schemas. It allows you to compile multiple schemas for the same target namespace into a single logical schema.
Mahesh Chand
Apr 04, 2007
How do I Modify XML with the XmlDocument Class?
This sample illustrates how to modify an XML document using classes based on the W3C Document Object Model (DOM).
Mahesh Chand
Apr 04, 2007
How do I Debug an XSL Transformation Application?
This sample illustrates how to debug an XSLT application.
Mahesh Chand
Apr 04, 2007
How do I Apply an XSL Transformation to XML?
This sample illustrates how to apply an Extensible Stylesheet Language Transformations (XSLT) file to an XML document using the XslCompiledTransform class.
Mahesh Chand
Apr 04, 2007
How do I Validate an XML Document?
This sample illustrates how to validate an XML document by using a validating XML reader and the Validate method of the XmlDocument class.
Mahesh Chand
Apr 04, 2007
How do I Read and Write XML?
This sample illustrates how data can be streamed between components. XML data is parsed by using the XmlReader, and then written out by using the XmlWriter.
Mahesh Chand
Apr 04, 2007
How do I Infer an XML Schema?
This sample illustrates how to infer an XML schema from a given XML document by using the XmlSchemaInference class.
Mahesh Chand
Apr 04, 2007
How do I Validate XML using the XmlSchemaValidator Class?
This sample illustrates how to validate XML data by using the XmlSchemaValidator class.
Mahesh Chand
Apr 04, 2007
How do I Select XML Data Using XPath?
This sample illustrates how to select XML data in an XML document using the XPath selection methods of the XmlDocument class.
Mahesh Chand
Apr 04, 2007
How do I Process XML Data Using XPath?
This sample illustrates how to process XML data using the XPathNavigator class.
Mahesh Chand
Apr 04, 2007
How do I Use an XmlNodeReader?
This sample illustrates how to create and use an XmlNodeReader.
Mahesh Chand
Apr 04, 2007
How do I Handle Events from XmlDocument?
This sample illustrates how to receive and handle events when nodes in an XML document change.
Mahesh Chand
Apr 04, 2007
How do I Use XML and the DataSet?
These topics provide an introduction to the interaction between the DataSet and XMLDataDocument objects.
Mahesh Chand
Apr 04, 2007
No Records Available.
View More
Mastering SQL
Challenge yourself
XML Skill
E-Book Download
Get Certified
Web Development Beginner