Click here to Skip to main content
15,889,992 members
Everything / Programming Languages / XML

XML

XML

Great Reads

by Alex Pumpet
A simple program for comparing table data from two sources - SQL databases, Excel, CSV or XML-files
by shunninghuang
CPS1 emulator, ROM hacking
by David Rogers Dev
Learn how to load related entities using the Entity Framework with simple examples
by Thomas Weller
Demonstrates how to run Python scripts from C#

Latest Articles

by Shao Voon Wong
C++ SAX library to simplify XML parsing
by Shao Voon Wong
Tutorial on a cross-platform C++ XML DOM library
by Macabies Gilles
An easy-to-use filterable, multilingual custom DataGrid control for managing and filtering data for your WPF applications
by Ștefan-Mihai MOGA
A look at the URLDownloadToFile function and architecture of IntelliLink

All Articles

Sort by Updated

XML 

22 May 2010 by #realJSOP
Don't reinvent the wheel - use the one that's already on the cart.
10 Jul 2014 by #realJSOP
Extension methods can help you avoid sticky situations.
30 Jan 2014 by @donis2014
How to configure IIS Express "applicationhost.config" for handler mappings
21 Feb 2013 by A Mahesh
In WCF, you can easily create custom bindings using configuration and custom implementations.
5 Oct 2014 by Abhijit Ghosh (Subho)
Creating a Issue in Jira using Rest API and Microsoft XML Core Services (MSXML)
28 Sep 2011 by ac-2008
Maybe this would have saved you some efforts: http://developer.mindtouch.com/SgmlReader[^]. I have already developed a project (Delivery Predictor) with this reader: http://achristov.info/Projects.aspx[^]
6 Nov 2011 by Adel Refaat
A quick example of how to do grouping in XSLT version 1.0
31 Aug 2016 by adityave22
This article explains how to write JavaScript code in Atlassian Jira to call external REST APIs and load json data into Jira custom fields
6 Dec 2013 by AdventureDriver
The goal is to clean-up double entries in Windows Media Player playlists because the player doesn’t do that itself. For that, a WPL class has been written, and a program that uses that class.
28 May 2013 by akramKamal
Code to serialize/deserialize any object to an XML file.
27 Dec 2018 by Alessio Aronica
Generate forms from MVC models in one simple line of code
14 Apr 2014 by Alojzy Leszcz
I've had enough reading WPF tutorials and wanted to test learned skills in a real-life application. As I've always had problems with memorizing LoL items, I thought I could do something about this and kill two birds with a one stone.
24 Oct 2013 by altomaltes
Effortless configuration file added to your existing code
5 Sep 2012 by amitthk
A useful class for persisting your settings to XML config files.
24 Apr 2014 by Amogh Natu
This tip explains how to call a web method with a POST request using xml request messaage in C#.
10 Jun 2014 by Anamera
This XSLT will output an Excel worksheet containing a CSV type of record collection in a more usable XML format.
28 Oct 2011 by Andrew Rissing
I would have actually opted to remove the start index being passed in. Then, you can spruce up the calls with extension methods (albeit not necessary).Usage:removeList.AddRange(html.ToString().GetBetween("");Code:public static class StringUtilities{ ///...
14 Nov 2014 by Anurag Prajesh
Add new user registeration information in XML with C#
1 Dec 2014 by Anurag Prajesh
How to add banner and slideshow in your website with adrotator
6 Oct 2014 by Arkadeep De
XMl read, write, edit, search in .NET using C#
27 Mar 2013 by arsser
Choose the UI language at runtime and using XML to save the infomation.
13 Aug 2015 by Artur Khondkaryan
Upload Photoshop PSD files, extract layer bitmaps, extract info into xml.
31 Oct 2018 by Arun Babu Madhavan
Extension method to throttle multiple Tasks in C#
7 May 2014 by Ashish Tripathi
Sharp RepoGen is a simple tool to create repository interface having methods for CRUD operation and its implementing class. Using this tool easily you can generate your repositry class and interface. Code is generated with the help of xml template, so very easily you may change the template to creat
24 Nov 2014 by ashishkumar008
Here, I am going to apply a good look and feel on EditText in Android. For this purpose, we can use image also but I'll use XML here.
6 Mar 2021 by Avirup Das
This tip describes an application to control with Sony TVs connected to your Home Wi-Fi network from PC.
4 Oct 2018 by Awesh Vishwakarma
By reading this trick, you will be able to update your database from DataGridView through external class instead of writing code on each page.
22 Jun 2018 by Azim Zahir
This is a demonstration of a Torch application built using Android.
8 Feb 2014 by B. Clay Shannon
Easily save an object as XML
10 Feb 2014 by B. Clay Shannon
How to save a collection of objects as XML, JSON, or CSV
27 Feb 2014 by B. Clay Shannon
Pass a long string to a Web API method (not as part of the URI query)
19 May 2014 by B. Clay Shannon
Easily create and hook up values to display in an Android Spinner
19 May 2014 by B. Clay Shannon
How to create an Android Activity and its associated Layout file, then invoke (intent) them from another Activity
16 May 2014 by B. Clay Shannon
Step-by-step instructions for adding an Async Task to an Android Activity
16 May 2014 by B. Clay Shannon
How to quickly and easily change a Layout's header text
19 May 2014 by B. Clay Shannon
Simple steps needed to globally change a widget property
20 May 2014 by B. Clay Shannon
Learn the easiest way to create an Android Layout, especially when form factors of the target devices are limited
21 May 2014 by B. Clay Shannon
In which the user is shown how to enclose multiple widgets in a rectangle
30 May 2014 by B. Clay Shannon
Add borders to Android widgets, such as EditTexts, to "set them off/apart"
4 Jun 2014 by B. Clay Shannon
Wherein the steps to add menu items, and respond to them being selected, is delineated
9 Jun 2014 by B. Clay Shannon
A handful of easy steps to enable using names instead of hex vals for colors
23 Aug 2011 by b4usat
How to delete an XML node using its name.
6 Feb 2014 by Bajirao_
Create a Word document from a docx template
15 May 2021 by be05x5
SQL script that will generate XML code that you can copy paste into your RDL file and just do it that way
22 Apr 2023 by Ben McNamara
Container classes much faster than STL.
27 Dec 2017 by Bhanu Pratap Singh Rathore
This tip contains easy steps to extract XML data from URLs in VB.NET
21 Jan 2015 by Bhis
Read XML File and change date contents
9 Jul 2013 by Bhushan W. Juare
The different ways of retrieving XML data from SQL Server.
8 May 2019 by Bloody Chicken
Sometimes, I wanted to know that I did write the right path for getting a single value from XML or JSON string. So, I made a simple program like this.
29 Jul 2011 by Bob Sandberg
How would you do this, if objects included inside one of the serialized objects was an abstract class? E.g.:abstract class Base{ public int x;}class A : Base{ public int y;}class B : A{ public int z;}class SomeOtherClass{ public string...
13 Nov 2013 by BrokenEvent
Simple and fast .NET XML parser without using System.Xml
10 Dec 2013 by Bruce Yang CL
A way to query the data from Internet
5 Oct 2012 by Bryan Lyman
Generic list wrapper that returns a smaller strongly typed sub-list which modifies the parent-list when changed, without using events
15 Sep 2011 by Bryian Tan
Social sharing buttons script created by using jQuery and XML for your website
23 Sep 2015 by Carlos Bocanegra
This tip describes a useful way to create and send an email with a summary of the exceptions from a file validation process in a SSIS package using a XML and a XSLT template.
30 Oct 2018 by Carsten Breum
Data Virtualization example with a pagesize and async data request
8 Sep 2008 by cesar_boucas
A custom derivative of ServiceHostFactory to control how WCF service hosts are created.
7 May 2011 by charles henington
using System;using System.Windows.Forms;namespace WindowsFormsApplication1{ public partial class Form1 : Form { private Panel panel1; private ComboBox comboBox1; public Form1() { InitializeComponent(); } ...
17 Nov 2014 by chiheb-Geek
What's Data Binding: Data binding is the process that establishes a connection between the application User Interface and business logic.
15 Jun 2021 by chris_mackay
Save and retrieve user settings for your application in an XML file
3 Apr 2018 by Christiaan van Bergen
How to perform XPath queries on all lower case elements
1 Nov 2011 by ChunkyStool
namespace ParseTests{ using System; using System.Collections.Generic; using System.Text.RegularExpressions; public static class ExtensionMethods { /// /// Extracts text from a source string that is between two specified tags. ...
28 Sep 2022 by Cinchoo
Quick tutorial about converting JSON to XML file using Cinchoo ETL
27 Oct 2021 by Cinchoo
Tip to convert JSON to XML with namespaces using Cinchoo ETL
7 Nov 2021 by Cinchoo
Use Cinchoo ETL to deserialize selective XML nodes from large XML file
18 Apr 2018 by Clifford Nelson
I had a situation where a control appearing was significantly affected by the initialization of the UserControls. This behavior fixed my problem.
20 Jun 2018 by Clifford Nelson
This behavior will select the entire text when a TextBox or PasswordBox gains focus
25 Jun 2018 by Clifford Nelson
A way to create a custom derived control with the XAML file attached like a UserControl
16 Jan 2014 by Codes Of Shadows
Header Style Combo Box Drop Down Filter Button
16 Mar 2020 by Coding Notes
How to use VideoView and MediaController in Kotlin
18 Oct 2011 by CodingLover
How to format unformatted XML string easily with LINQ.
8 Jun 2012 by CodingLover
Learn how to manage multiple log files in a single application using log4net.
10 Apr 2015 by CRMcoaching
Parameterized Custom Help Webpages in Microsoft CRM 2015 With Input By a Super User
1 Aug 2011 by Daniel Gidman
Serializable Extra Types for .NET 4[^]Does what you are looking for using attributes.
21 Jun 2017 by Dankwansere
How to insert an image into an "inline shape" in Word Document using Microsoft Open XML SDK
30 May 2012 by DARSHAN MODANI
Use System.Xml.Serialization.XmlSerializer to perform XML serialization and deserialization.
14 Jan 2020 by David A. Gray
The routines in this library can parse any string that I can throw at it, including Common Name strings read from X.509 Digital Certificates.
31 Mar 2022 by David_Cui
A brief introduction to CrossCutterN tool remade for AOP programming in .NET technologies
27 Nov 2009 by db_developer
I was thinking that it is a simple task "select nodes using XPath expression and then to delete them from XML Document", but after I spent a couple of hours ... My fault was I searched for something likes 'Remove current node', 'Delete active node', 'Detach node from tree', etc.Way to delete...
27 Nov 2009 by db_developer
xmlns is special attribute. It determines namespace of current element and its children all as well. You do not have to add it to XmlDocument (XmlElement) explicitly. Use method of XmlDocument:public virtual XmlElement CreateElement( string prefix, string localName, string...
29 Jul 2014 by dietmar paul schoder
Read rows and cells from an xlsx-file: quick, dirty, effective.
14 Jun 2020 by DiponRoy
Upgrade a legacy ASP.NET project to use managed Oracle.ManagedDataAccess.Client instead of unmanaged Oracle.DataAccess.Client while using Entity Framework DB first or EDMX.
7 Dec 2018 by Dirk Bahle
Making better use of the available UI space.
12 Sep 2013 by dmgcodevil
Framework for performing aggregation and plain MongoDB queries in myBatis style
19 Sep 2014 by Dominic Burford
Using FTP with Nant
19 Sep 2014 by Dominic Burford
Adding unit testing and code coverage to your Nant scripts
30 Sep 2014 by Dominic Burford
Versioning your .NET application with Nant and Subversion
7 Oct 2014 by Dominic Burford
Deploying your WCF web service to IIS
18 Jul 2012 by dreamzlife
A simple way to parse multiple CodeMetrics XML data and generate a summary report.
18 Sep 2014 by E. Scott McFadden
XML Strategies to Improve Test Organization
12 Jul 2012 by ednrg
This is a .NET port of a VBScript utility
21 Apr 2013 by emadns
Second tutorial for loading data through code - Sqlite
22 Jan 2015 by Emiliano Musso
A quick method to convert a CSV file in XML
18 Sep 2013 by Er.aruntyagi
Creating XML from Object & populating your Object from XML using one line of code
5 Jun 2014 by Erik Vullings
Generate a PowerPoint presentation, consisting of slides with a title and an image, without requiring Microsoft Office
9 Dec 2019 by Fabrice Lacharme
Yet another slider/trackbar in C#
10 Jun 2020 by fernando amatulli
Polynomial interpolation algorithm from 1 to 9 degree that allow forcing constant term to 0
31 Oct 2022 by flyhigh
By implementing a UI library and exporting its necessary components to lua script, we can create a beautiful UI and implement relevant logic in Lua script completely.