Documents And Specifications
Language
Any
Platform
Any
License
Any
Explains the contents of the Autorun.inf file in Windows. Autorun.inf is a text file with commands that instructs Windows to run a program or open a document automatically (usually on a CD or DVD),...
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 use it in Data Access layer.
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 by many application. Document that contains RSS...
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 identify the topic of the feed simply by the color....
The default action, when serializing objects to XML, is for each public property and field to generate an XML element. The XmlAttribute attribute can be applied to public members to modify this...
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 the property. The XmlElement attribute allows the...
Every XML document includes a root element that contains all of the other information held. When serializing objects to XML the root element's construction is linked to the name of the class or...
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 firewalls, it is independent of all platforms and...
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. Learn about the XML form of HTML5 including some...
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 data for later use, or is transported over a network...
A commonly used standard for high quality sound reproduction is the Waveform Audio File Format, with sound data usually stored in WAV files. The .NET framework provides the SoundPlayer class to allow...
The Metro Web service stack provides a comprehensive solution for accessing and implementing Web services. It's based on the reference implementations of the JAXB 2.x and JAX-WS 2.x Java™ standards,...
Within the Java Platform, Enterprise Edition (Java EE) community, Spring is becoming a widely accepted framework. One new feature in the latest release of Spring is its Object/XML (O/X) mapping...
This tutorial will show you how to display a TIFF in a web page. Web browsers can display standard image formats such as GIF, JPG, and PNG files. Unfoturnately, web browsers won't display TIFF images.
This tutorial shows how to use the ImageIO API to convert a JPG to a PNG image in Java. The ImageIO API provides methods to read the source image and to write the image in the new file format.