Click here to Skip to main content
15,893,381 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 Jo_vb.net
This article and the demo are about getting started using the MVVM Toolkit and some self-created interfaces / services for MessageBox and some dialogs.
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

All Articles

Sort by Title

XML 

22 May 2010 by #realJSOP
Don't reinvent the wheel - use the one that's already on the cart.
6 Apr 2010 by TheGreatAndPowerfulOz
The following is far easier to understand and use than the Outlaw's tip (IMHO).text = Regex.Replace(text, "screen_fadetimeout=\"[^\"\']+\"", "screen_fatetimeout="99");It has the following advantages:1. It is one line of code2. It is easier to read3. It is faster (note: XmlElement...
19 Mar 2015 by Peter T. Ringering
A program that makes editing code comments and XML comments easier.
9 Nov 2021 by Member 12660776
Programmatically Adding New ConfigurationSectionGroup Corrupts Declaration Section With Multiple Group Declarations.
21 Apr 2013 by emadns
Second tutorial for loading data through code - Sqlite
24 Aug 2018 by simonp_ca
How to remove Windows service from Service List (not just stop/disable it, but to delete it from the list totally)
8 Sep 2008 by cesar_boucas
A custom derivative of ServiceHostFactory to control how WCF service hosts are created.
7 Dec 2018 by Dirk Bahle
Making better use of the available UI space.
3 Jun 2022 by Southmountain
This tip shares some lessons and thoughts after using this converter.
15 Oct 2020 by RickZeeland
PostgreSQL notifications Windows Forms application
13 Apr 2015 by Keerthi_Kumar_N
Configuring the web.xml for any Java/J2ee project using a programmatic approach
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.
5 Jun 2014 by Erik Vullings
Generate a PowerPoint presentation, consisting of slides with a title and an image, without requiring Microsoft Office
18 Feb 2019 by Steffen Ploetz
How to realize text copy functionality via inter process communication for your OpenTK based C# OpenGL application running on X11
4 Jun 2014 by B. Clay Shannon
Wherein the steps to add menu items, and respond to them being selected, is delineated
14 Nov 2014 by Anurag Prajesh
Add new user registeration information in XML with C#
8 Oct 2013 by Praveen Maniyath
Code for implementing a click event for button in Android.
19 Sep 2014 by Dominic Burford
Adding unit testing and code coverage to your Nant scripts
18 Jul 2012 by dreamzlife
A simple way to parse multiple CodeMetrics XML data and generate a summary report.
23 Oct 2018 by Matias Lopez
How to open an XML file in JavaScript for Web
22 Jun 2018 by Azim Zahir
This is a demonstration of a Torch application built using Android.
10 Mar 2014 by Malak Zia Nasir
Override the Windows Store app default splash screen with an animated one
21 Dec 2018 by Member 3471983
Add Filter Sort and Theme to a datagridview
31 Mar 2010 by Ilka Guigova
Setup: A data from one module is passed into another so that Module 1 takes a (flat) file as input and feeds an xml structure into Module 2. While Module 2 is internal, Module 1 is designed to handle different customer inputs into the system. However, it is not always possible to generate the...
1 Dec 2014 by Anurag Prajesh
How to add banner and slideshow in your website with adrotator
21 Aug 2013 by karlodegrano
A generic HttpContent Reader that can be used to replace FromBody parameter on Http Action
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
3 Jul 2019 by rohitsies
This article describes an advanced technique and configuration to automatically transform and run your all or selected T4 templates when a project is build.
28 Jun 2012 by ROHIT SHAW
It shows how to display a badge notification in Windows 8 metro app
23 Mar 2019 by Martin Vorbrodt
Base64 encoding
13 Sep 2019 by honey the codewitch
A B-tree, an AVL tree, and a Splay tree in C#
18 Jun 2022 by Peter Sun (247)
Create a C# WPF app to read Twitter tweets and retweets via REST API with grouping related users / friends by categories. As a bonus, tweets can be saved in Azure / Cloud, and viewed in an Azure website.
27 Sep 2010 by Karthik. A
When dynamically creating XML documents, they appear just like a normal text file. This tip is to add line breaks and indentation automatically (I posted this in my blog a while ago)
29 Jul 2014 by dietmar paul schoder
Read rows and cells from an xlsx-file: quick, dirty, effective.
9 Dec 2019 by Fabrice Lacharme
Yet another slider/trackbar in C#
5 Jul 2018 by Peter Sun (247)
Master-detail view navigation using manageable data-driven and code-behind techniques
15 Jan 2019 by Shao Voon Wong
C++11 std::div() Benchmark
25 Jun 2014 by SibeeshKV
Calling an ASMX webservice from other server using jquery and PHP
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
3 Apr 2018 by Christiaan van Bergen
How to perform XPath queries on all lower case elements
16 May 2014 by B. Clay Shannon
How to quickly and easily change a Layout's header text
23 Apr 2014 by mohamedkamaleed
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
28 Sep 2022 by Cinchoo
Quick tutorial about converting JSON to XML file using Cinchoo ETL
25 Apr 2014 by Frankxcid
Class that allows you to programmatically create an Open XML Excel spreadsheet
19 Mar 2012 by tomjoly45
How to connect an external stylesheet to XML.
22 Jan 2015 by Emiliano Musso
A quick method to convert a CSV file in XML
18 Apr 2011 by Jesse Fatherree
Convert DataSet or XML to JSON using VB.NET
6 Aug 2013 by pramod.hegde
Converts DataTable to XML, XSD, or HTML using XSLT and C#
16 Apr 2015 by kingddd
Introducing a new tool to transform trx (mstest results file) into HTML report
17 Apr 2012 by Naufel Basheer
Convert complex XML to an object using LINQ
1 Oct 2012 by Jason N. Gaylord
When using a WCF or ASMX web service in ASP.NET, you might find the need to pass back a DateTime object via JSON. However, what you might not realize is that by passing a .NET DateTime object back to JavaScript, you’d receive an “Invalid date” script exception. The data being passe
27 Jul 2015 by Shru37
Modified code from another article to consider field repetitions while converting HL7 message to XML
19 Dec 2012 by Rajesh Kuramdasu
This article describes about converting an XML string to a HTML table.
27 Apr 2020 by RemcoReitsma
Load an XML document and convert it to a dynamic object
19 Mar 2017 by Yaseer Arafat
Using Extension Method and JSON Serializer
17 Apr 2014 by SaahilPriya
Creates an XML File, and extends its Node if it already exists
5 Oct 2014 by Abhijit Ghosh (Subho)
Creating a Issue in Jira using Rest API and Microsoft XML Core Services (MSXML)
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
25 Jun 2018 by Clifford Nelson
A way to create a custom derived control with the XAML file attached like a UserControl
27 Oct 2014 by Israel Gebreselassie
This tip/trick shows you how to edit the web.config file dynamically .
31 Mar 2022 by David_Cui
A brief introduction to CrossCutterN tool remade for AOP programming in .NET technologies
20 Sep 2023 by Javad Taheri (drjackool)
Show or hide, reorder, save and restore list view column headers
2 Oct 2011 by Vishnu Kesaraju
Using LINQ to XML to convert datatables to formatted XML.
30 Oct 2018 by Carsten Breum
Data Virtualization example with a pagesize and async data request
6 Jun 2013 by mohammad amiri
this tip discuss about showing datagridview data to crystal report using c#
23 Aug 2011 by b4usat
How to delete an XML node using its name.
24 Aug 2011 by George Swan
Can't you do the same thing without the need for a select statement?XElement xElement = XElement.Load(path);xElement.Elements ("Node").Remove();xElement.Save(path);
30 Jul 2019 by Sunny Makode
There are several contents available on the internet that talk about injecting dependencies through .svc file's markup [in WCF service application] and it's easy when you have a WCF service application. But, it is equally easy to do that even in your WCF Library project (without .svc).
7 Oct 2014 by Dominic Burford
Deploying your WCF web service to IIS
28 Jun 2018 by hasan bozkurt
Determining all bootable partitions using PInvoke
14 Feb 2015 by Ifat Chitin Morrison
This tip shows the differences in XML serialization when a serializable class has a combination of [XmlElement] and [XmlText].
5 Apr 2019 by Matias Lopez
Displaying XML Files with CSS/XSLT
19 Apr 2011 by Joshi, Rushikesh
You learn how to create your own Code Snippets and publish them to your Team to use them.
14 Feb 2022 by Radhakrishna Banavalikar
How to develop patient monitoring systems based on a WinMobile device
14 Jun 2013 by Preetam U Ramdhave
How to develop connection string encryption on the application config file.
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.
8 Oct 2015 by Sotirios Diamantis
You have latitude and longitude coordinates in Excel and you want to display them in Google maps; this simple Excel add-in will let you do just that.
3 Sep 2018 by JakeG
WIX template for wrapping EXE with a MSI installer for easier deployment with group policy
19 Feb 2016 by mbruchet
It is often requested by the customer to import a data file in XML format. It is therefore easier to work in object mode, however, the XML transformation into a pure object might take time to be developed. ExpandoObject provides an answer to this problem ...
28 Aug 2015 by Mohammed Ibrahim.L
26 Aug 2011 by Ion_tichy
Xsd2Struct is a software for the creation and run-time processing of an external description data structure.
15 Oct 2018 by moneema14
A parser event listener for PDF tables to .NET Dataset object
22 Apr 2023 by Ben McNamara
Container classes much faster than STL.
5 Jun 2018 by Shao Voon Wong
Performance of Floating Point and Integer Arithmetic has closed gap in modern CPU
7 Jan 2011 by Paul Schwartzberg
If you have unformatted XML in a string and need to format it for visual presentation, e.g. for sending it to your UI, here's how to do it for Silverlight 4.0.
12 Jul 2011 by Paul Schwartzberg
Formatting XML in a string for visual presentation.
18 Oct 2011 by CodingLover
How to format unformatted XML string easily with LINQ.
27 Dec 2018 by Alessio Aronica
Generate forms from MVC models in one simple line of code
12 Sep 2013 by dmgcodevil
Framework for performing aggregation and plain MongoDB queries in myBatis style
15 Mar 2021 by Pablo A Martinez
How to use Google map and Spatial search to do freehand drawing
30 Oct 2011 by rj45
General string parsing techniques
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{ ///...
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. ...
7 Jun 2012 by Joshi, Rushikesh
How to Generate Sample XML from XSD