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
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]
Deepak Bajaj (10)
Manas Mohapatra (6)
Karthik Elumalai (4)
Saravanan Ponnusamy (3)
Nilesh Jadav (3)
Shresth Jaiswal (3)
Altaf Ansari (2)
Madhanmohan Devarajan (2)
Mahesh Chand (2)
Sibeesh Venu (2)
Sumit Jolly (2)
Kishor Bikram Oli (2)
Vithal Wadje (2)
Pankaj Kumar Choudhary (2)
Nitin Pandit (2)
Shubham Kumar (2)
Shakti Saxena (2)
Manpreet Singh (2)
Mohammed Ibrahim (2)
Karthikeyan K (2)
Emiliano Musso (2)
Rakesh Kalluri (2)
Rinky Jain (1)
Sagar Shinde (1)
Shweta Lodha (1)
Puran Mehra (1)
Mahesh Alle (1)
Rakesh (1)
Hr Rony (1)
Rajitha Alluri (1)
Amit Mishra (1)
Sekhar Srinivas (1)
Kumar Bhimsen (1)
Afzaal Ahmad Zeeshan (1)
Michal Habalcik (1)
ANIL KUMAR GUPTA (1)
Bhuvanesh Mohankumar (1)
Bhushan Singh (1)
Sourabh Somani (1)
Suresh M (1)
Pranav J.Dev (1)
Sateesh Arveti (1)
Dipendra Singh Shekhawat (1)
Muhammad Aqib Shehzad (1)
Sivaraman Dhamodaran (1)
Suryansh Tripathi (1)
Kml Surani (1)
Amit Choudhary (1)
Ankur Mistry (1)
Vaikesh K P (1)
Banketeshvar Narayan (1)
Debendra Dash (1)
Surya Pratap Singh (1)
Amol Jadhao (1)
Chervine Bhiwoo (1)
Pranay Rana (1)
Rakesh (1)
Sandeep Singh Shekhawat (1)
Mahender Pal (1)
Pankil Bhatt (1)
Abhishek Singh (1)
Related resources for XML
No resource found
HTML Vs XML - Whats The Difference?
12/5/2023 12:08:35 PM.
In this article, we will understand the difference between HTML and XML.
What XSLT Transformation Is And How To Use It
1/6/2018 4:38:27 AM.
XSLT (Extensible Stylesheet Language Transformations) is a language for transforming XML documents into other XML documents. Sometimes the user wants to some kind of xml structure instead of whole xml
Excel To XML Using LINQ
1/4/2018 2:05:38 AM.
In this article we will show you the easiest way to convert Excel data into Xml files. There is a certain way to convert Excel file to Xml, for example using Excel Library (Com Component)
Generating XML Root Node Having Colon-Via Serialization
12/20/2017 10:49:26 AM.
This article discusses some of the issues faced while generating an XML on the fly with some defined schema.
Convert XML File To Excel File
11/27/2017 11:26:42 AM.
Here, we are going to learn to read XML files in C# WindowsForm applications. We are going to make a small single-form application which takes an XML file from the user and convert XML Data to Excel D
Construct Readable XML Output From SQL Query From Two Or More Tables Using “For XML PATH” Statement
9/4/2017 12:25:58 AM.
In my previous article I discussed about how to get a XML format output from query and process that by using XML AUTO statement, and I give different types of “for XML”.
Transform XML Output Of SQL Query To HTML Using "For XML" AUTO Statement With XSLT In C#
8/21/2017 4:37:24 PM.
Normally, we execute the query using ExecuteNonQuery statement and fill the output into data table. This article describes how to transform the XML output of SQL query statements using FOR XML AUTO to
Accessing XML Data From XML Document In C# Console Application
8/9/2017 5:07:00 PM.
In this article, I am going to give the best way to access XML data from XML document and also how to find common record node counts.
ASP.NET Web Configuration File
8/2/2017 6:44:02 AM.
In this article I will explain you about ASP.NET Web Configuration File.
How to Use XMLHttpRequest in JavaScript
6/26/2017 3:14:26 AM.
This is the first of a series of articles on XMLHttpRequest. This article explains how to use it. The XMLHttpRequest object is useful if you want to send and retrieve data from a server without reload
Working With XML In Windows PowerShell
6/23/2017 12:40:36 PM.
In this article, you will learn about XMLs In Windows PowerShell.
JavaScript For Querying An Entity And Updating Attribute Values In Form
6/20/2017 6:01:30 PM.
In this article, you will learn about JavaScript for querying an Entity and updating attribute values in form.
Implementation Of XML Serialization And Data Contract Serialization Utility In .NET
6/17/2017 4:53:39 PM.
Basic Idea about DeSerializer and Serializer; advantages and disadvantages of XmlSerializer and DataContractSerializer; implementation XML and DataContract Serializer/ De-Serializer.
Reading and Writing XML in C#
5/22/2017 11:39:48 AM.
In this tutorial, you will learn how to read and write XML documents in Microsoft .NET using C# language.
How To Use And Bind Chart Control In ASP.NET With XML Data
5/7/2017 12:04:37 AM.
In this tutorial, I will show you how to use and bind Chart Control and its relevant properties in ASP.NET, using C# with XML data source.
Parse/Read XML Having Nested Nodes To Display As A List In ASP.NET MVC
3/18/2017 12:53:28 AM.
In this article, you will learn how to parse/read XML having nested nodes, to display as a List in ASP.NET MVC.
XML Manipulation In C#
12/12/2016 11:13:09 AM.
This article describes how to add, delete, update, and select nodes in XML in C#.
Getting Started With ASP.NET Web Services - Part One
10/13/2016 1:53:26 AM.
In this article, you'll learn about how we can create ASP.NET Web Services.
Display XML Data As HTML Using XSLT In ASP.NET MVC
8/28/2016 2:32:14 PM.
This article describes how to display XML data as HTML using XSLT in ASP.NET MVC.
Opening file from location: AppxManifest.xml failed with error: Access is denied.
8/14/2016 11:01:40 AM.
How to solve error, opening file from location: AppxManifest.xml failed with error: Access is denied.
Closed XML To Read Excel Files In ASP.NET C#
8/11/2016 1:33:42 AM.
In this article, you will learn, how to close XML to read Excel files in ASP.NET C#.
Open XML SDK To Read Workbook With Multiple Worksheets
8/11/2016 1:33:24 AM.
In this article, you will learn how to open XML SDK to read a workbook with multiple worksheets.
Different Ways Of Reading XML Files In ASP.NET C#
8/10/2016 6:06:57 PM.
In this article, you will learn about different ways of reading XML files in ASP.NET C#.
Understanding Java Servlet Filter
8/1/2016 4:49:17 AM.
In this video we will Understanding Java Servlet Filter, Servlet Filter to intercept request/response for processing,javax.servlet.Filter,web.xml filter,login filter example within 5 mins. Watch the c
XML CRUD (Create Read Update Delete) Operation Using MVC
7/28/2016 2:39:53 PM.
This article includes a step by step tutorial to learn CRUD operation in XML file, using MVC in Visual Studio.
From Zero To Hero In JSON With C#
7/12/2016 12:38:46 AM.
In this article, you will learn about JSON with C#.
Convert XML To JSON In AngularJS
7/6/2016 4:51:45 AM.
In this post you will see how we can convert an XML file to JSON in AngularJS.
Read Excel Files Using Open XML SDK In ASP.NET C#
6/17/2016 2:52:56 PM.
In this article you will learn how to read excel files using open XML SDK in ASP.NET C#.
Top 10 Acronyms Every Developer Should Be Familiar With
5/19/2016 1:06:13 PM.
This article explains the top 10 acronyms every single developer should be familiar with regardless of his other specifications.
Voice of a Developer: Parse JSON - Part 28
5/18/2016 1:31:28 PM.
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
5/17/2016 10:18:46 AM.
In this article you will learn about JavaScript JSLint - JavaScript Code Quality Tool. This is part 24 of the article series.
Display Live RSS Feeds In XML Viewer Web Part Using Custom XSLT
5/16/2016 11:07:01 AM.
In this article you will learn how to display Live RSS Feeds in XML Viewer Web Part using Custom XSLT.
Itextsharp In C#
5/15/2016 2:25:36 PM.
In this article you will learn how to create documents and reports based on data from database or XML file and Merge or split.
Has JSON Overtaken XML
5/10/2016 11:01:35 AM.
This article gives you the overview of JSON and how it is used in the current data transmission in the modern world between applications and UI.
SQLite CRUD Operation In WinJS: Windows Apps
5/10/2016 10:20:43 AM.
In this article, we are going to learn SQLite CRUD (Create, Read, Update, Delete) operations in WinJS project with the help of Class Library and Windows Runtime Component.
Read XML file in WinJS Project using Windows Runtime Component
5/7/2016 2:52:45 PM.
In this article, we are going to learn how to read XML file in WinJS project.
Inserting List of Records into Single SQL Column As XML File In ASP.NET MVC
4/25/2016 11:10:48 AM.
In this article we will learn how to insert list of records into SQL table single column as XML files in ASP.NET MVC.
What is XML And How To Use XML in PHP
4/14/2016 12:45:03 PM.
This article shows an overview of XML and how to use XML in PHP.
How To Paste JSON As Classes Or XML As Classes in Visual Studio
4/13/2016 1:53:18 PM.
In this article, I will explain you how to paste JSON or XML as classes in Visual Studio.
Convert Generic List Into XML In ASP.NET MVC
4/12/2016 3:55:22 AM.
In this article we will learn how to convert generic list which is created from model class Into XML In ASP.NET MVC
Read XML File In Windows 10 Universal App
4/11/2016 11:56:13 AM.
In this article we are going to see how to load local HTML files in Windows 10 universal app.
Create Fragments From XML File In Android
4/5/2016 10:33:47 AM.
This article is for Fragments, the most important part of Android Application Development. Here, I am describing the first step of adding Fragments in Android.
XML Data Type In SQL Server
2/25/2016 9:24:28 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.
Create a Custom Code Snippet In Visual Studio 2015
2/23/2016 9:26:58 AM.
In this article, we will look into steps to be followed for creating and registering a custom code snippet for C# in VS 2015.
Create RSS Feeds For Your Blog or Website
2/19/2016 6:55:19 AM.
In this article you will learn how to create RSS feeds for your blog or website.
Fetch RSS Feed Content From LINQ To XML
1/30/2016 1:42:30 PM.
In this article we are going to fetch content from LINQ to XML classes and manipulate XML atom feed and get their elements.
Get SQL Server Table Records in XML
1/26/2016 12:43:20 PM.
In this article I just want to show you that how to get the SQL Server table records in format of XML.
ASP.net Adding sitemap xml to Asp.net website
1/24/2016 9:44:31 PM.
This video shows the structure of the Web.Sitemap file and how do one can add that to the website.
Save Microsoft Office Document To SharePoint Using Custom XML Web Parts
1/14/2016 9:30:01 AM.
In this article you will learn how to save Microsoft Office Document to SharePoint using custom XML Web parts.
XML In SQL Server
1/9/2016 12:36:59 PM.
In this article you will learn how to use XML In SQL Server.
Building And Consuming A Simple XML Web Service - Part 2
1/8/2016 9:59:20 AM.
In this article you will learn how to build and consume a simple XML Web Service.
T4 Templates To Generate Classes From XML
1/7/2016 11:31:40 AM.
In this article you will learn about T4 Templates to generate classes from XML.
Building And Consuming A Simple XML Web Service - Part 1
1/3/2016 12:40:41 PM.
In this article you will learn how to build and consume a simple XML Web Service.
Implementing AJAX In ASP.NET Using XMLHttpRequest Object
12/27/2015 1:29:44 AM.
This article describes how to implement AJAX through XMLHttpRequest in ASP.NET.
Read XML Data With Namespce Using XmlDocument
12/21/2015 3:35:39 AM.
This article describes how to read XML data using XmlDocument when xml contains Namespace.
Creating Web Services In .NET To Return XML And JSON Data
12/10/2015 5:52:58 AM.
In this article we will create Web Services in .NET and create methods that will returns and JSON data.
Convert HTML To XML
12/4/2015 6:14:30 AM.
In this article you will learn how to convert HTML to XML.
Web Service in ASP.NET (Return JSON and XML): Part 4
11/21/2015 11:57:47 AM.
This article explains how to return JSON and XML data from a [WebMethod].
Face Detection In Xamarin.Android
11/16/2015 2:29:29 AM.
Here we are going to discuss about creating a small application to take picture and detect faces in that picture.
Reading And Writing XML Content Using C#
11/12/2015 11:19:16 PM.
In this article you will learn how to read and write XML content using C#.
XML Documentation Comments using GhostDoc
11/11/2015 7:45:31 AM.
In this article you will learn XML Documentation Comments using GhostDoc.
Load XML And Show As li In AngularJS
11/7/2015 1:19:01 AM.
In this post we will see how we can load an XML file and show as li using ng-repeat in AngularJS.
Update XML In SharePoint 2013 And Office 365 Using Nintex Workflows
10/19/2015 6:34:53 AM.
In this article you will learn how to Update XML in SharePoint 2013 and Office 365 using Nintex Workflows.
Query XML In SharePoint 2013 And Office 365 Using Nintex Workflows
10/16/2015 3:18:25 PM.
In this article we will learn about Query XML in SharePoint 2013 and Office 365 using Nintex Workflows.
Storing XML Data In SQL Server
10/11/2015 2:00:21 PM.
In this article you will learn how to store XML data in SQL Server.
CRUD Operation Using LINQ To XML Documents
9/21/2015 1:24:38 AM.
This article is about creating an ASP.NET website having CRUD operation using LINQ to XML documents.
LayoutInflator in Android
9/13/2015 2:37:29 PM.
In this video tutorial you will learn how to use Layout Inflator to inflate layout in programming using java.
Export GridView Using OpenXML: Part 2
8/27/2015 11:52:17 PM.
In this article you will learn how to export a GridView using OpenXML.
Insert Bulk Data into SQL Server in ASP.NET using OPENXML
8/23/2015 1:04:23 AM.
This article will help you to insert bulk data insertion into database using OPENXML.
Using XML Serialization with C# and SQL Server
8/22/2015 2:39:52 PM.
In this article you will learn how to use XML Serialization with C# and SQL Server.
Export GridView Using OpenXML Part 1
8/21/2015 8:32:16 PM.
This article shows how to export a GridView using OPENXML.
Store XML Data to Excel Sheet using VBScript and HTML5
8/20/2015 11:27:20 PM.
This article shows how to read a XML document and store the XML data to a Microsoft Excel spreadsheet using VBScript and HTML 5.
Xml Widget in Java Code
8/20/2015 7:40:56 AM.
XML is the main part of Android. we use XML in Android for create layout files, string resources, color resources,string array,dimension resources etc. So in this video you will learn how to use Widget declare in XML file and use in java code. After Fetching those widgets in Android.
Context Menu Using XML
8/20/2015 7:39:00 AM.
Context menu comes in the role with Android widget like textView, ListView etc, When you hold for sometime on these views Context menu come in-front of you. In this video you will learn how to create Context Menu in Android.
Read XML Document Using VBScript and HTML5
8/19/2015 8:52:00 PM.
In this article you will learn how to read a XML document using VBScript and HTML5.
FrameLayout in Android
8/17/2015 4:17:01 AM.
Layout is important in the expect of designing interface of any application.In this video you will learn how to create and use frame layout in Android.
GridLayout in Android
8/17/2015 4:16:10 AM.
Grid Layout is a important Layout in Android.It can layout the components in Grid.In this video you will learn how to use GridLayout in Android.
Gridview Demo
8/17/2015 4:15:59 AM.
In this video tutorial your will how to fill data and use GridView in Android.
Gravity Property in Android
8/17/2015 2:40:40 AM.
In this video you will learn how to use Gravity Property in Android through java programming.
Radio Button in Android
8/17/2015 2:39:02 AM.
In video tutorial you will learn how to use RadioGroup, Radio Button in Android for take single choice from many options
ImageView in Android
8/17/2015 1:30:34 AM.
In this video you will learn how to use image view in android to display images in android.
Switch In Android
8/17/2015 1:16:56 AM.
Switch has to states on and off. In this video tutorial you will learn how to use switch in android.
Display XML Data as HTML Using XSL Transformation in ASP.Net
8/7/2015 1:22:23 PM.
This article will describe how to display XML data as HTML using XSL Transformation in ASP.NET.
Styling XML Data With XSLT And CSS
8/6/2015 2:30:08 PM.
This article explains how to design XML data with XSLT and CSS.
Generate Class From JSON or XML in Visual Studio
7/26/2015 6:18:06 AM.
This article is about a cool feature in Visual Studio that helps save the effort of a developer to generate class a structure from a JSON or XML string.
Custom ListView in Android
7/21/2015 5:07:13 PM.
In this article I will explain how to create a custom ListView in Android. Listview is a control that is used for presenting components in the form of a list.
Insert Multiple Bulk Data Rows Into a Database Using XML in ASP.Net
7/18/2015 3:12:55 PM.
This article explains how to save bulk data into a database with a SQL XML parameter procedure using ASP.Net.
Transforming XML Document Using XSLT with XML Control
7/10/2015 5:31:52 AM.
I am explaining the concept of transforming an XML Document using a well-defined XSLT incorporated with an Asp.Net XML Control.
Bind GridView Control Using XML in ASP.Net
7/3/2015 6:15:43 PM.
In this article I’ll show you how to bind a gridview control using XML instead of taking any database table.
Bind DataList Control Using XML in ASP.Net
7/2/2015 3:31:27 PM.
In this article I’ll show you how to bind to a DataList control using XML instead of taking any database table.
Translate Website/Webapp With JavaScript and/or jQuery and XML
6/21/2015 6:09:21 PM.
In this article you will learn a simple and low-impact method to implement localization on websites and webapps, using JavaScript and/or jQuery.
Quickstart With XML: Part 3
5/18/2015 6:36:47 PM.
In this article, we will learn about the eXtensible Markup Language.
Convert CSV File to XML With DataTable
4/22/2015 2:50:05 AM.
In this short article, we'll see how to convert a common CSV file into its XML representation, using Visual Basic .NET and the powerful functionalities of DataTable objects.
Step-By-Step Running On-demand Workflow For All Active Records
4/19/2015 1:19:38 AM.
This article is about running an on-demand workflow in Microsoft CRM for all active records.
Quickstart With XML: Part 2
4/9/2015 7:51:46 PM.
This part provides simple syntax rules to write a XML document. It is a complete XML document.
Quickstart With XML: Part 1
4/9/2015 7:42:19 PM.
In this article we will learn about the eXtensible Markup Language.
Merge Statement Using XML Data in SQL Server
4/5/2015 1:41:33 PM.
This article explains the use of the merge statement with XML data in SQL Server.
Merge Statement Using XML Data in SQL Server
4/3/2015 4:04:46 PM.
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.
Drag Items in Listview Control of ASP.Net Using XML File
3/20/2015 3:20:06 PM.
This article explains how to drag items between Listviews using XML files in ASP.NET.
Learning LINQ Made Easy (LINQ to XML): Tutorial 3
3/15/2015 6:17:27 PM.
This article is the next article in LINQ learning tutorials which will cover LINQ to XML basics.
- Ebook
Graphics Transformations in .NET 2.0
A transformation is a process that changes graphics objects from one state to another...
Download