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)
Articles
POC for DOM XML Parser
The classes found in System.Xml namespace provide functionality to parse and navigate through XML documents. The attached source code shows how to use this functionality in C#.
Kiran Khambete
Jul 21, 2005
Automate the process of documenting your code
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 thi...
klaus_salchner
Dec 04, 2004
Bulk Data Transactions using OpenXML
OPENXML is a new function added to SQL Server 2000 that provides a rowset view over an XML document. Since a rowset is simply a set of rows that contain columns of data, OPENXML is the function tha...
harikishan.jayaraj
Oct 13, 2004
Validating Input Xml Data Files
In this article we'll discus two strategies for validating input XML data files. The validation of an XML input file could occur at various instances of processing.
Susan Abraham
Jun 28, 2004
XML Transformations
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.
John Charles Olamendy Turruellas
Mar 15, 2004
XML Messaging in WSE 2.0
The WSE is an Add-on to the .NET Framework. It provides additional Web Services support mostly for the various Web Services Architecture (WSA) specifications. This technology represents specific fu...
Jesus Rodriguez
Jan 15, 2004
Simple Registration Framework-XML signatures
This project provides simple tools, which add a shareware like registration support to .NET application.
Ivan Zderadicka
Feb 13, 2003
An XML-RPC Package for .NET
This package provides a simple XML-RPC client and server for C# applications. It's pure C#, using .Net for networking and XML functionality.
Nicholas Christopher
Feb 06, 2003
XSLT Transformations and XSLT Intellesense within the .NET IDE
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 x...
Doug Doedens
Jan 15, 2003
Viewing and Writing XML Data using ADO.NET DataSets
Based on a real world project this article shows how to handle XML data in .NET using C# DataSets and DataViews.
Nalaka withanage
Nov 01, 2002
XML Parser in C#
This project gives you a head start to write XML parser in C#.
Sanjay Ahuja
Apr 30, 2002
XML Schema Validator
The XML Schema Validator checks if a given XML document is well formed and has a valid schema model.
Joe Miguel
Apr 16, 2002
.NET Beta 2 and Navigation in XML Documents
.NET Beta 2 was released yesterday at tech-ed, 2001, Atlanta. Many things have been changed in Beta 2 since Beta 1. In this article, I'll cover changes in XmlNavigator class replaced with XPathNavi...
Mahesh Chand
Mar 13, 2002
XML as Middle Tier
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.
Shivani
Jul 12, 2001
XML Strengths and Weaknesses with DOM, ASP, and XSL
In this article we're going to take a look at some of the terminology that comes with using XML and its related technologies, as well as how to create and transform XML documents with XSL using Mic...
Nakul Goyal
Apr 30, 2001
Transforming Visual Studio .NET Projects into NANT files using XSLT and .NET
I was looking for a solution on how to execute an XSL transform on a C# project file and convert it to a Nant build file. Nant provides the xsl file to do the conversion under the open source licen...
Mike Gold
Apr 16, 2004
XML Serialization in .NET Framework 2.0 : Part I
This article introduces serializing objects to XML format.
Khaled Samir
Mar 21, 2007
XML Serialization in .NET Framework 2.0 : Part II
This article shows how to create classes that can be Serialized by using XML Serialization.
Khaled Samir
Mar 23, 2007
ASP.Net : AutoList
This small web application will demonstrate some useful functionality like AutoList, XML data is land to populate list at client side using xml and xpath query, transform xml data using XSLT at cli...
Sanjay Kumar
May 09, 2007
Flat File Parsed to XML Using C#
I ran across an interesting problem today where I had to parse a flat file (csv or tab delimited) into an xml document. The solution I arrived at is flexible enough for reuse so I though I'd share ...
Matthew Cochran
Jul 01, 2007
No Records Available.
101
-
120
of
189
<<
4
5
6
7
8
>>
Learn Python
Challenge yourself
XML Skill
E-Book Download
Get Certified
MongoDB