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
Using XML and XSLT
XSLT (XML Stylesheet Transformation) is a powerful language used for converting XML documents into various formats. It utilizes an XSLT processor to parse input XML and the associated stylesheet, e...
Krishnan LN
Jan 18, 2006
A Virtual Photo Album in C# and .NET
This album allows you to drag your images directly from Windows Explorer into the spot you want your picture to occupy. You can also edit the captions by clicking on the labels under the pictures.
Mike Gold
Aug 05, 2002
Generating XML Root Node Having Colon-Via Serialization
Generating XML dynamically with a defined schema involves handling namespaces and prefixes correctly. Using XmlElement and XmlAttribute classes helps serialize XML parts, but achieving a prefixed r...
Shweta Lodha
Dec 20, 2017
Read XML in C#
Learn to parse and manipulate XML data in C# effortlessly. Utilize XML readers, XPath, or LINQ to XML for efficient XML processing. Handle XML documents, elements, attributes, and namespaces seamle...
Prashanth Chindam
Sep 24, 2010
Reading and Manipulating an Xml file Using C#.Net (Including Images)
Develop a Windows application to read an XML file and perform insert, search, update, and delete operations on student records. The form includes a DataGridView, PictureBox, OpenFileDialogs, Labels...
Prashanth Chindam
Oct 22, 2010
Reflecting Data to .NET Classes: Part II
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....
Tin Lam
Mar 08, 2002
Create XML in C#
In this article, we will learn how to create an XML file in-memory and write it to the local storage using C# and .NET.
Mahesh Chand
Jun 30, 2013
Creating Excel File Using OpenXML
In this article I will explain how to create an Excel file using C# without any third party paid dll files or Microsoft Interop services, but OpenXml dll, which is free and available in a nuget pac...
Rafnas T P
May 02, 2019
Reading and Writing XML in C#
In this tutorial, you will learn how to read and write XML documents in Microsoft .NET using C# language.
Mahesh Chand
Oct 29, 2001
XML Signatures in Microsoft .NET
In this article we will explore XML Signature specification from W3C and its implementation in .NET using C#.
lsitaraman
Mar 28, 2002
How we can optimize SVG Files for Web Performance?
How we can optimize SVG Files for Web Performance Complete Guide
Deepak Rawat
Jun 09, 2023
Convert XML Files Data To List Of Object
In this blog, we learn how to get all XML files from a specific location and convert it's data into the C# object.
Kaushik Dudhat
Nov 13, 2022
XML with C#
Through this article you will learn how to handle XML in c#.
Praveen Jain
Sep 13, 2007
Usage Of Async And Await With Webresource In Dynamics CRM
Await / Async is built on promises and is a clean way to represent asynchronous processes in a synchronous way. In Dynamics 365 async and await are used especially while working with web api calls ...
Venkatasubbarao Polisetty
Jun 30, 2022
Serializing and Deserializing XML String
In this article we will see how we can serialize a xml sring into an object and vice versa. You can serialize your object to a byte array and can deSerialize the byte array into an object.
Sonu Chauhan
Jul 20, 2006
XML Entities - Introduction
In this article, you will learn about XML Entities.
Sandeep Mishra
Sep 09, 2020
Communicating With XML
In this article, you will learn how to communicate and process in XML.
Vijay K
May 31, 2020
XML Writers
In this article, you will learn about the XML writer programming interface.
Vijay K
May 27, 2020
XML And Database
In this article, you will learn about the XML and database modes.
Vijay K
May 27, 2020
XMl Data Validation
In this article, you will learn about Validation types and processes in XML.
Vijay K
May 27, 2020
No Records Available.
View More
React.js for Beginners
Challenge yourself
XML Skill
E-Book Download
Get Certified
.NET Core