Search

Generating unique ID with c#

In order to generate the IDs used in Youtube the following serves as an potential example. It uses the datetime class to generate ID which should be unique if the code runs on a single system.

Parsing XML using Javascript

Example to parse Xml using JScript & XMLDOM

Generate Xml from Xslt file

In order to generate a xml from nowhere this method is a helped utility.