Latest Articles ::
In this tutorial I will tell you how you can to create XML Schema Definitions (XSD) file with Insert, Update and Delete methods in it. How we can...
PHP Script for generating Dynamics Video RSS Feed
RSS – Rich site Summary is a standardize xml format that is use to publish a news once and view...
RumorMill 5 is a C# WPF MVVM application that polls RSS feeds. It also supports the idea of categorizing your feeds by color and name so you can...
The default action, when serializing objects to XML, is for each public property and field to generate an XML element. The XmlAttribute attribute can...
When serializing classes to XML, each public property and field value is transformed into an XML element. The name of the element matches the name of...
Every XML document includes a root element that contains all of the other information held. When serializing objects to XML the root element's...
Learn how to use the built in new feed libraries to read data from RSS, RDF and ATOM feeds using c#.
Explains how to use XMLDataSource Control to access and display XML Data Source (e.g. local xml file, or RSS feeds).
XML can bypass strong...
Because of HTML5's momentum, it is now a technology that every XML developer has to deal with. Fortunately HTML5 supports a proper XML serialization....
With XML serialisation, the public state of objects can be converted into an XML document. Such XML information is often stored on disk to persist...