C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand(2)
Sudhakar Chaudhary(1)
Leo Koach(1)
Bechir Bejaoui(1)
Lalitha Venkatasubramanian(1)
Sudipta Sankar Das(1)
Sushila Patel(1)
Mike Gold(1)
Resources
No resource found
Processing XML Data: Part 1
Oct 29, 2012.
In this article I will show you how to work with XML Data.
Working With XML in C#
Mar 11, 2010.
In this article we see how to perform operation in a XML file using C#.
How to Generate an XML Document Programmatically-Using SAX Technology: Part II
Jun 23, 2008.
In the previous article, we’ve proceed to generate an XML document using DOM technology which is document object model, Now, we’ll do the same thing but, this time using SAX technology.
Methods For Transforming Data To A XML File
May 16, 2006.
This articles mentions different ways to tranform data to XML file.
Creating MS Word Document using C#, XML and XSLT
Mar 21, 2006.
This simple program demostrate how to create well formatted MS Word documents using C#, XML and XSLT. Using XSLT to create Word documents requires the knowledge of RTF key words.
Format DateTime Values in XML Extracted From DataSet
Jul 17, 2003.
In this article we'll see how to specify the format of DateTime values extracted from the ADO.NET DataSet and to verify we will write formatted contents in xml file.
Tracking your lottery pick on the Web Using .NET
Apr 29, 2002.
A few weeks ago, the New Jersey State lottery was up to 300,000,000 dollars.
Write XML in C#
Mar 27, 2001.
In this article, I will show you how to use XmlTextWriter class to create an XML document and write data to the document.
Reading and Wtiting XML Documents
Jan 16, 2001.
In this article you will see how to read and write XML documents using XML API available in .NET Framework class library.