.NET news » XML 
Visual BasicĀ® .NET Developer's Guide to ASP .NET, XML and ADO.NET
Author: Jeffrey P. McManus
Average rating: (0 reviews)
More .NET XML books
An Introduction to Oracle's Berkeley XML Database
An article introducing Oracle's Berkeley XML Database and the command shell
Accelerate Your XML Development Under .NET 2.0
An article on using XML in a lazy way
Serving SQL XML through a WebService (SQL2005)
How to server XML from SQL2005 through a WebService
4 Feb 2007, 04:04:00 Source: Serving SQL XML through a WebService (SQL2005)
Tags: Web Services
Database
XML
XML Configuration Files made simple... at last! :)
A simple to use wrapper class for reading and writing configuration xml files
Office Space: Building Office Open XML Files
This new column explores how you can extend and customize Microsoft Office System applications and file formats.
XML Encryption
XML Encryption is a W3C standard for encrypting XML elements. The encryption process involves taking an element from an xml document, encrypting it and it's children, and then replacing the original XML content with the generated encrypted XML in such a way as the document remains well formed.
AnyDataFileToXmlConverter Class/Utility
A class/utility that converts data-files of various formats to .NET DataSet-compatible XML.
Dynamic XML from SQL Server
"Efficiency in simplicity", that's what XML is all about. XML is great for information exchange because of its simple flat file structure and user defined tags. For any application to interact with another either an complex marshalling code would be required or a simple implementation of XML would suffice. MS SQL gives us the advantage of generating dynamic XML in our data queries itself. In this article we will see some of the common used SQL XML queries.
RegexToXml regular expression to XML converter
RegexToXml is a command line utility which applies a regular expression to input text and returns the results as an XML document.
How to Append to a Large XML File
Appending to an XML file can be tricky with large files in terms of speed and memory usage. This article covers the options available in .NET.

