| Sample | Description | Location (under Samples) |
| RSCA Code Sample | Outputs RSCA server status to a standard output stream. | Web\iis\RSCA |
| XmlLite Chunking Sample | Shows how to write an XmlLite application that uses chunking. | Web\xml\XmlLite\XmlLiteChunkReader |
| XmlLite Namespace Reader Sample | Shows how to use namespaces while reading an XML document. | Web\xml\XmlLite\XmlLiteNamespaceReader |
| XmlLite NamespaceWriter Sample 1 | Shows the simplest approach to writing with namespaces using XmlLite. | Web\xml\XmlLite\XmlLiteNamespaceWriter1 |
| XmlLite NamespaceWriter Sample 2 | Shows how to write with a default namespace using XmlLite. | Web\xml\XmlLite\XmlLiteNamespaceWriter2 |
| XmlLite NamespaceWriter Sample 3 | Shows how to force an attribute to be in no namespace using XmlLite. | Web\xml\XmlLite\XmlLiteNamespaceWriter3 |
| XmlLite NamespaceWriter Sample 4 | Writes a document containing nested namespaces using XmlLite. | Web\xml\XmlLite\XmlLiteNamespaceWriter4 |
| XmlLite Reader Sample | Shows how to implement a basic XmlLite application. | Web\xml\XmlLite\XmlLiteReader |
| XmlLite Reader and Writer sample. | Reads an XML file, processes its nodes, and then outputs XML to another file using XmlLite. | Web\xml\XmlLite\XmlLiteReaderWriter |
| XmlLite Reader with External Entities Sample | Shows how to implement an XmlLite application that reads an XML document with external entities. | Web\xml\XmlLite\XmlLiteReadExternalEntities |
| XmlLite Reader with Encoding Sample | Shows how to implement an XmlLite application that reads an XML document with encoding. | Web\xml\XmlLite\XmlLiteReadWithEncoding |
| XmlLite DOCTYPE Sample | Shows how to write a document with a DOCTYPE declaration that specifies a name and attributes. | Web\xml\XmlLite\XmlLiteWriteDocType |
| XmlLite Writer Sample | Shows how to implement an XmlLite writer application. | Web\xml\XmlLite\XmlLiteWriter |
| XmlLite Write Document with Encoding Sample | Shows how to implement an XmlLite application that writes an XML document with encoding. | Web\xml\XmlLite\XmlLiteWriteWithEncoding |