TECHNOLOGIES
ANSWERS
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
About XML
XML
stand for
Extensible Markup Language
and it is special communication formatted markup language which is used for encoding documents in human-readable and machine-readable format form and it mainly used for traveling data on net work or reading data from internet. XML support by many programming language platforms to create and process XML data with Simplicity, portability, platform independence and usability. These features are most important for XML. XML has been the main source of motivation for development of Service Oriented Architecture (SOA) platforms such as Web Services that are not tied to any particular language and collaborate effectively in heterogeneous environments. RSS, Atom, SOAP, XHTML are some of the standards influenced by XML.
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand (7)
Venkata Subbarao Polisetty (4)
Mudita Rathore (4)
Vijay K (4)
Guest User (3)
Tural Suleymani (2)
Sandeep Mishra (2)
Vithal Wadje (2)
Jignesh Kumar (2)
Senthilkumar (2)
Scott (2)
Ghanashyam Nayak (2)
Purushottam Rathore (1)
C# Curator (1)
Ian Stallings (1)
Rama Mohan (1)
Liju Gopalan (1)
Raj Bhatt (1)
Jaimin Patel (1)
Anand Lakshminarasimh (1)
Abhishek Kumar (1)
Simran Verma (1)
Ziggy Rafiq (1)
lsitaraman (1)
Vidya Vrat Agarwal (1)
Manas Mohapatra (1)
Afzaal Ahmad Zeeshan (1)
Shriram Pophali (1)
Mahesh Alle (1)
Ali Benchaaban (1)
Enrique Aguilar (1)
Kirtesh Shah (1)
Rohol Amin (1)
Rakesh Kalluri (1)
Santosh Sarnobat (1)
Sudheendra Rao Bilamkar (1)
Pankaj Kumar Choudhary (1)
Ratnesh Singh (1)
Saineshwar Bageri (1)
Pasang Tamang (1)
Abhishek Jaiswal (1)
Vivek Srivastava (1)
Kaushik Dudhat (1)
Toufik El Azzaoui (1)
Sumit Gupta (1)
Praveen Jain (1)
Praveen Raveendran Pillai (1)
Vishal Yelve (1)
David Mccarter (1)
Abhishek Singhal (1)
Sudipta Sankar Das (1)
Bechir Bejaoui (1)
Ashok Kumar P (1)
Ganesan C (1)
Sonu Chauhan (1)
Nimesh Patel (1)
Ramakrishnan R (1)
Dhirendra Misra (1)
George (1)
Sourabh Somani (1)
Pankaj Lohani (1)
Priyanka Gupta (1)
Nimit Joshi (1)
Nikunj Satasiya (1)
Akshay Teotia (1)
Megha Goyal (1)
Amit Patel (1)
Tin Lam (1)
Lalitha Venkatasubramanian (1)
Habibur Rony (1)
Raghavnayak (1)
Dennis Pratistha (1)
Vijay Kumari (1)
Istiaque Chowdhury (1)
Shaili Dashora (1)
Abhishek Kumar Ravi (1)
Related resources for XML
No resource found
Sorting with DataGridView using C#.
9/20/2023 12:07:30 PM.
In this article I m going to discuss how to use DataGridView in window form and how to bind data from the XML file.
TraceListener Classes in C#
9/8/2023 11:45:31 AM.
TraceListener classes in C# are a part of the System.Diagnostics namespace and are used to capture and route diagnostic information (traces) generated by an application. These classes are essential fo
Testing .Net Components Using NUnit
9/6/2023 4:47:07 AM.
Write unit tests before starting development. Writing test allows me to see immediate results of every code change.
Oracle Data Provider for .NET : Part VII
9/5/2023 6:08:17 AM.
Oracle Data Provider for .NET (ODP.NET) is an implementation of a data provider for the Oracle database. ODP.NET uses Oracle native APIs to offer fast and reliable access to Oracle data and features f
Easily Find Tags and Values in a Large Xml Document Using XmlTextReader in C#
9/1/2023 4:09:34 AM.
Parsing large XML documents efficiently can be a challenge due to memory constraints. This approach utilizes the XmlTextReader class in C# to extract specific tags and their corresponding values from
Exploring the Diverse Flavors of LINQ with Examples
8/22/2023 11:52:01 AM.
LINQ is a powerful feature in modern programming languages like C# that allows developers to perform queries on different types of data sources using a consistent syntax. With LINQ, you can query and
Implementing AJAX for Editing Data and Updating the Database in ASP.NET MVC
8/7/2023 5:04:45 AM.
Implementing AJAX for editing data and updating the database in ASP.NET MVC allows you to enhance the user experience and responsiveness of your web application. AJAX (Asynchronous JavaScript and XML)
Object Relational Mapping (ORM) Using NHibernate - Part 1 of 8
7/31/2023 5:28:18 AM.
To establish the ideas of Object Relational Mapping Internals, Nhibernate fundamentals, Intemediate and Advanced coding concepts using NHibernate more clearly (for me and hopefully to readers).
Learning LINQ Made Easy (LINQ to XML)
7/28/2023 8:41:20 AM.
This article is the next article in LINQ learning tutorials which will cover LINQ to XML basics.
HTML Vs XML - Whats The Difference?
7/26/2023 12:15:47 PM.
In this article, you will learn about HTML vs XML.
Converting Strings in C#: JSON, Base64, XML, CSV and Reverse
7/19/2023 8:10:58 AM.
Article on converting String to JSON, Base64, XML and CSV and Reverse using C#
XML Signatures in Microsoft .NET
7/18/2023 5:26:02 AM.
In this article we will explore XML Signature specification from W3C and its implementation in .NET using C#.
Using LINQ with C#
7/13/2023 6:40:05 AM.
LINQ introduces a standard, unified, easy-to-learn approach for querying and modifying data. In this article, you'll learn basics of LINQ and how to use LINQ in C#.
XML Manipulation In C#
6/12/2023 9:08:02 AM.
This article describes how to add, delete, update, and select nodes in XML in C#. We will use mostly XDocument and XMLDocument class to manipulate XML data.
From Zero To Hero In JSON With C#
6/7/2023 9:41:18 AM.
In this article, you will learn about JSON with C#.
Power Pages - Dynamic execution of long FetchXML without $batch
5/17/2023 9:52:33 AM.
Dynamic execution of long FetchXML without $batch
How to Use XMLHttpRequest in JavaScript?
3/25/2023 7:27:37 PM.
The XMLHttpRequest object is useful if you want to send and retrieve data from a server without reloading the current page.
Include XML Comments In Swagger under ASP.NET Core 2.2
3/22/2023 6:33:21 AM.
In this article, you will learn how to include XML Comments in Swagger under ASP.NET Core 2.2.
Multiple Views And Access To XML Files With .NET For iOS
3/21/2023 10:28:10 AM.
You will learn how to build an iPhone app using multiple views, recording, and extract data of XML files, using .NET for iOS and the XCode Interface Builder.
FOR XML In SQL Sever
3/7/2023 6:20:27 AM.
In this article, we are going to discuss FOR XML Path Clause in SQL Server.
Using For XML Clause In SQL Queries
3/7/2023 6:20:11 AM.
For XML clause is used to convert the SQL result set into XML format. It is a very much helpful clause when we need XML data from the SQL result set. The FOR XML clause can be used in top-level querie
Merge Statement Using XML Data in SQL Server
2/24/2023 8:53:47 AM.
This article explains the Merge statement in SQL Server. With the Merge statement we can merge the data from a source table into a target table.
XML Serialization in practice: Preparing The Central Bank Service
2/17/2023 10:38:57 AM.
Learn XML serialization in practice. In the second part of our article, we will get acquainted with XML serialization and look at the use of the Central Bank's XML service in real practice.
Create Lookup Field In Existing SharePoint List Using REST API Schema XML
2/6/2023 9:47:26 AM.
In this article, we will learn how to create lookup field in existing SharePoint list using REST API and schema XML. The REST API enables us to communicate with SharePoint using standard HTTP methods,
Cursor and XML Strore Procedure in SQL
1/31/2023 6:41:16 AM.
How to use Cursor and XML together in SQL Stored Procedures.
XML Data Type In SQL Server
1/30/2023 7:31:44 AM.
In this article, we will read about XML data type and also some advantages and limitations of XML data type over relational data types.
XML Data Type in Microsoft SQL Server
1/30/2023 6:58:35 AM.
In this article, we will see about XML data type in Microsoft SQL Server 2005.
Insert and Update in SQL Using User-Defined Table Type and XML
1/24/2023 11:04:21 AM.
This article shows how to insert and update in SQL Server using user-defined table type and XML.
Using XML Comments As Web API Documentation With Swagger
1/18/2023 10:35:23 AM.
This article demonstrage how to use C# XML Comments as a Web API documentation with Swagger.
Data Parsing SQL to JSON
1/12/2023 1:26:51 PM.
This article explains how to convert one type of data into another then again repeat the procedure for converting that type of data into another form.
How to Read XML file and XML String through SQL Stored Procedure
1/10/2023 11:21:53 AM.
In this article I will explain reading XML data from XML String \ XML File through SQL Stored Procedure.
Convert XML Files Data To List Of Object
11/13/2022 12:23:18 PM.
In this blog, we learn how to get all XML files from a specific location and convert it's data into the C# object.
Generating An Excel File Through A List Of Objects In ASP.NET MVC
10/7/2022 7:19:26 AM.
The purpose of this article is to facilitate the generation of an Excel file from a list of objects passed as parameters, allowing the choice of columns to be displayed and also the merging of cells w
Improving The Fetch XML Performance In Dynamics CRM
9/20/2022 10:55:43 AM.
The articles shares the information and steps to improvise the performance of FetchXML query in DataVerse
XML with C#
8/25/2022 7:17:34 AM.
Through this article you will learn how to handle XML in c#.
XML Serialization and Deserialization in C#
8/23/2022 6:23:26 AM.
In this article I would like to demonstrate a generic XML Serialization/Deserialization process.
How To Read Data From An Excel Sheet
8/3/2022 11:23:23 PM.
In this article, you will learn how to read data from an excel sheet using C#.
Rock Your Code: XML Documentation Of Code For Microsoft .NET
7/31/2022 10:53:00 PM.
In this article, you will learn about XML Documentation of code for Microsoft .NET.
XML Shredding In T-SQL
7/19/2022 9:32:17 PM.
In this article, you will learn about XML shredding in T-SQL.
Reading and Writing XML in C#
6/30/2022 4:59:05 AM.
In this tutorial, you will learn how to read and write XML documents in Microsoft .NET using C# language.
String.XML In Android
5/17/2022 4:09:47 PM.
In this article, you will learn about String.XML in Android.
Retrieve Data Using FetchXMLWebAPI With Webresource In Dynamics CRM
4/7/2022 6:36:52 PM.
In Dynamics 365 CRM, for certain requirements data needs to be retrieved to achieve business functionality. As an example, all contact records whose first name starts with V taken for explanation.
Creating MS Word Document using C#, XML and XSLT
3/29/2022 9:56:05 AM.
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.
How to serialize an object using an ISerializable interface
3/23/2022 9:40:07 AM.
In this article I will show you how to serialize an object using ISerializable interface with a very simple manner.
FetchXML Query In Microsoft Dynamics 365
3/10/2022 2:13:49 PM.
In this article, you will learn about the FetchXML queries in Microsoft Dynamics 365.
Introduction to Web Services
1/31/2022 11:25:19 AM.
A tutorial explains basics of web services followed by sample example.
Simple Paging With FetchXML On Lists In Power Automate
1/27/2022 8:31:31 PM.
In few scenarios when working on List of records for a given entity, we must provide paging to perform certain operations. In order to achieve this, we use different actions in Dataverse and power aut
Convert JSON And XML Object Into Class Using Visual Studio
1/11/2022 4:11:56 PM.
In this article, we are going to explore about how to convert a JSON/XML object into the classes using Visual Studio.
Serializing and Deserializing XML String
1/11/2022 10:01:28 AM.
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.
List Contacts Based On FetchXMLQuery In Power Automate
1/7/2022 5:31:31 AM.
During certain scenarios we must work on List of records to perform certain operations like sending alerts to list of customers. In these scenarios it is critical to filter records to make sure actual
Serialization in C# and .NET
1/4/2022 10:47:20 AM.
Serialization is a process through which an object's state is transformed into some serial data format, such as XML or binary format.
Usage Of XML Function In Power Automate
10/28/2021 2:00:02 PM.
In Power Automate, at times we must work on strings which have XML values. We can use XML function in power automate to convert string value to XML and perform related operations. As an example, notif
Get XML Data From SP Library And Upload To SP List - JavaScript
7/3/2021 5:28:18 AM.
In this article, you will learn how to get XML Data from SharePoint Library & Upload to SharePoint List - JavaScript REST API.
Looking at the ASP.Net Web API
6/8/2021 9:07:27 AM.
This articles describes the scalable architecture for building the services that build on the HTTP.
Downloading GridView Data Into Excel and XML Format in a Web Application With Mater Pages
6/7/2021 4:47:47 AM.
This article shows how to download GridView data into Excel and XML format in a web application using Master Pages.
Binding GridView From XML Using ASP.Net
5/24/2021 7:22:14 AM.
In this article, we will learn how to bind a Gridview from a XML file using ASP.Net.
Export GridView Records to XML Using ASP.Net C#
5/14/2021 6:09:09 AM.
In this article, we will learn how to export GridView records or data table to XML using ASP.Net C#.
Forms Authentication (A), Using XML
5/3/2021 5:11:09 AM.
This article discuss Forms Authentication by using XML
Export Data In EXCEL, PDF, CSV, Word, JSON, XML And Text File In .NET Core 3.1 Using MVC Core
4/21/2021 10:58:30 AM.
This article demonstrates how to export functionality with different types of file formats like excel, pdf, word, csv, json, xml and text files using a .net core 3.1 application. I have implemented th
Web.config Transformation
4/20/2021 9:39:36 AM.
This article describes some cool aspects of web.config transformation.
How to Use XML File to Store Data and Retrieve Data Using ASP.Net With C#
4/13/2021 6:17:59 AM.
This article explains how to use an XML file to store and retrieve data dynamically using ASP.NET with C#.
Get the XML Output By Using the SelfHosting URL in Web API
4/1/2021 8:56:54 AM.
In this article, you will see how to find the XML output on the self-hosting URL.
Insert XML Document in SQL Server in ASP.Net
3/3/2021 5:13:42 AM.
This article shows how to read a XML file (EmployeeDetaisl.xml) residing in the application and the XML data will be displayed in a GridView control then selected rows will be inserted in a SQL Server
Create RSS Feed Using ASP.NET
2/11/2021 7:37:14 AM.
RSS Feed generally use to return the output in plain text or xml Format.
Performing Insert, Update, Delete in XML in ASP.Net
2/10/2021 10:04:33 AM.
In this article, you will learn to bind the newly created XML file and perform the IDU Operations in the XML file.
Getting the Result of ASP.NET Web API in XML Format
2/1/2021 8:55:34 AM.
In this article, we will define the process of displaying the Web API output on Browser in XML form.
Read XML File Using Web API
2/1/2021 7:43:18 AM.
This article explains how to read a XML file using the Web API.
Cursor In SQL Server With Syntax And Example
1/14/2021 3:05:20 PM.
This article provides an explanation about how you can use and set up a basic cursor in SQL Server. many developers/programmers/people those who work with Microsoft SQL Server will have at least heard
How To Export Data In EXCEL, PDF, CSV, Word, JSON, XML And Text File In MVC Application
1/14/2021 10:54:46 AM.
This article demonstrates how to export functionality with different type of file format like excel, pdf, word, csv, json, xml and text file in .net mvc application.
Web Services State Management Using Application Object
1/3/2021 10:33:18 AM.
A Web Service is a software program that uses XML to exchange information with other software via common internet protocols. In a simple sense, Web Services are a way for interacting with objects over
Binding XML Data to a WebForm Control in ASP.Net
12/17/2020 3:36:29 AM.
In this article we will discuss how to bind XML data to a Web Form control in ASP.Net.
MVC 4 WEB API .NET 4.5
12/7/2020 3:00:55 AM.
We can expose Web API from ASP.NET MVC4. It is new feature by Microsoft. Clients can get data from Web API in any format like JSON, XML, JSONP, Html and etc.
Kiss Your Databse Only Once!!!
12/6/2020 10:54:34 PM.
This article explains about how to update the multiple records in the data controls to the server in a single transaction.
Display an RSS Feed Using XSLT
12/3/2020 5:19:36 AM.
How to display an RSS feed using XSLT and XML with an example.
Generic 'T, K' Database Component
11/26/2020 12:08:25 AM.
I have written a C# 2.0 (Visual Studio 2005), Generic <T, K> Database component, The component has simplified the architecture and the implementation by allowing me to keep the number of overlo
Reflecting Data In .NET Classes - Part IV - From Database Table
11/25/2020 11:55:22 PM.
In this article, we will be looking at how to reflect data from the most common data source - Database tables.
Methods For Transforming Data To A XML File
11/25/2020 11:45:42 PM.
This articles mentions different ways to tranform data to XML file.
Revised Generic 'T, K' Database Component
11/25/2020 11:26:55 PM.
This is the code behind the Generic 'T, K' Database Component.
Implementation Of XML Serialization And Data Contract Serialization Utility In .NET
11/24/2020 2:13:30 AM.
Basic Idea about DeSerializer and Serializer; advantages and disadvantages of XmlSerializer and DataContractSerializer; implementation XML and DataContract Serializer/ De-Serializer.
Working with XmlDataDocument Events in ADO.NET
11/2/2020 9:44:23 AM.
In this article I will explain working with XmlDataDocument Events in ADO.NET.
Working with ADO.NET 2.0 XMLDataSource Control
11/2/2020 9:36:35 AM.
XML Data Source (XmlDataSource) control is a new control added to ADO.NET data source controls available in ASP.NET 2.0. In this article, I will discuss how to create and use XmlDataSource control in
Adding Typed DataSets in ADO.NET
11/2/2020 9:14:22 AM.
In this article I will explain about Adding Typed DataSets in ADO.NET.
An XML Document and its Items
10/30/2020 1:36:55 AM.
In this article I will explain you about XML Document and its Items.
Understanding the DOM Implementation
10/29/2020 5:46:37 AM.
In this article I will explain you about DOM implementation in C# and .NET.
Write Relational Data to an XML File
10/29/2020 2:38:19 AM.
This article shows you how you can write data from a database to an XML file using DataSet.
DataSets in Microsoft .NET
10/28/2020 6:53:09 AM.
ADO.NET was designed to meet the needs of this new programming model: disconnected data architecture, tight integration with XML, common data representation with the ability to combine data from multi
A Simple Contacts List for Pocket PC
10/19/2020 6:30:33 AM.
I have implemented a simple contact list application that is capable of adding and viewing contact details.
Layouts in Android
9/21/2020 7:21:41 AM.
This article looks at layouts in Android with Android Studio
XML Entities - Introduction
9/9/2020 7:41:30 AM.
In this article, you will learn about XML Entities.
Voice of a Developer: Parse JSON - Part 28
6/5/2020 1:44:23 AM.
In this article you will learn how to parse JSON in JavaScript. This is part 28 of the article series.
Voice of a Developer: XMLHttpRequest API - Part 24
6/4/2020 4:31:15 AM.
In this article you will learn about JavaScript JSLint - JavaScript Code Quality Tool. This is part 24 of the article series.
Communicating With XML
5/31/2020 8:49:02 AM.
In this article, you will learn how to communicate and process in XML.
XML Writers
5/27/2020 6:21:05 AM.
In this article, you will learn about the XML writer programming interface.
XML And Database
5/27/2020 6:06:49 AM.
In this article, you will learn about the XML and database modes.
XMl Data Validation
5/27/2020 6:00:26 AM.
In this article, you will learn about Validation types and processes in XML.
XML Read & Update Operations
5/21/2020 1:07:01 AM.
Using this article you can learn how to read each XML node value & how to update that value in the original XML file...
Load XML File Data in DataGridView & Print DataGridView Data
5/21/2020 12:03:51 AM.
Using this article you can understand how to load the XML file's record into the DataGridView & then you can print that DataGridView.
Create and Configure sitemap.xml in ASP.NET Core
5/15/2020 8:14:49 AM.
In this article, we are going to learn how to create a sitemap.xml in an ASP.NET Core Web application. We will add a middleware for sitemap.xml routing.
Introduction To JSON
5/4/2020 2:51:23 PM.
This article provides an introduction to JavaScript Object Notation (JSON).
JSON Handling in a Console Project
4/23/2020 2:59:52 PM.
In this article we will deal with JSON handling in a Console project.
- Ebook
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download