.NET news » XML XML Rss Feed

< 1 2 3 4 5 >
Microsoft .NET XML Web Services Step by Step (Step By Step (Microsoft))
Authors: Adam Freeman, Allen Jones
Average rating: 4.0 / 16
(16 reviews)
More .NET XML books
download
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.
15 Dec 2006, 09:27:44   Source: XML Encryption   Tags: XML
AnyDataFileToXmlConverter Class/Utility
A class/utility that converts data-files of various formats to .NET DataSet-compatible XML.
1 Dec 2006, 09:08:00   Source: AnyDataFileToXmlConverter Class/Utility   Tags: XML Software
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.
3 Nov 2006, 08:52:05   Source: Dynamic XML from SQL Server   Tags: Database XML
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.
13 Oct 2006, 14:51:00   Source: RegexToXml regular expression to XML converter   Tags: Software XML
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.
11 Oct 2006, 11:19:00   Source: How to Append to a Large XML File   Tags: XML Performance
A deep XmlSerializer, supporting complex classes, enumerations, structs, collections, and arrays
A deep XmlSerializer, supporting complex classes, enumerations, structs, collections, and arrays.
4 Oct 2006, 15:15:00   Source: A deep XmlSerializer, supporting complex classes,...   Tags: Components XML
XMLFormatter provider for serialization
Creating a custom XMLFormatter for serialization of objects.
25 Sep 2006, 15:33:00   Source: XMLFormatter provider for serialization   Tags: XML
Read and write Open XML files (MS Office 2007)
Learn how to read and write Open XML files in the new Microsoft Office 2007, with a particular examination of the Excel file format.
22 Sep 2006, 06:24:00   Source: Read and write Open XML files (MS Office 2007)   Tags: XML
Quick and Dirty Settings Persistence with XML
A quick and dirty use of an XML file to save program settings between application execution sessions.
9 Sep 2006, 07:33:00   Source: Quick and Dirty Settings Persistence with XML   Tags: C# Components XML
Load and save objects to XML using serialization
A C# program to demonstrate loading and saving an object to an XML file using XML serialization encapsulated in a wrapper class.
1 Sep 2006, 11:03:00   Source: Load and save objects to XML using serialization   Tags: C# Examples XML
< 1 2 3 4 5 >