.NET news » XML 
Professional ASP.NET 2.0 XML (Programmer to Programmer)
Author: Thiru
Average rating: (6 reviews)
More .NET XML books
Configure This: Parameterize Your Apps Using XML Configuration In The .NET Framework 2.0
There are a number of ways to configure an application in the .NET Framework 2.0. This article explores the classes of the revamped System.Configuration namespace and explains how to use XML configuration files for your app configuration settings.
Class To Contract: Enrich Your XML Serialization With Schema Providers In .NET
The Microsoft .NET Framework 1.x provided minimal options for mapping classes to schemas and serializing objects to XML documents, making this sort of mapping quite a challenge. The .NET Framework 2.0 changes all this with Schema providers and the IXmlSerializable interface.
Test Run: Emitting XML
This month James McCaffrey demonstrates how to emit test result data to an XML file using five different techniques: XmlTextWriter, XmlDocument, XPathDocument, DataSet, and XmlSerializer, and discusses when to use each.
Making Sense of the XML DataType in SQL Server 2005
As database developers, many of us have had to dip our feet into the wide ocean of XML.It should come as good news that in SQL Server 2005, you can store XML in the database with a new XML datatype. Although this is good news, many developers have been storing XML in the database for some time now. Without implicit support for XML, developers have been shoving XML documents into text fields since XML's inception.
20 Apr 2006, 19:00:00 Source: Making Sense of the XML DataType in SQL Server 2005
Tags: XML
Database
Data Points: SQL Server 2005 XML support, exception handling, and more.
This month, John Papa answers questions on typed and untyped XML columns, TRY/CATCH exception handling in T-SQL, and triggers for table schema changes.
5 Apr 2006, 19:00:00 Source: Data Points: SQL Server 2005 XML support, exception...
Tags: Database
XML
Saving app settings as XML
Saving application settings to XML.
XmlGridControl Editing XML Data in the PropertyGrid
Using an XML Schema Definition file, this program uses code generation and CodeDom manipulation to edit XML data in the PropertyGrid.
Simplifying Serialization and De-serialization Processes With XSD.EXE
XSD.EXE is an XML Schema Definition tool that generates XML schema or common language runtime classes from XDR, XML, and XSD files, or from classes in a runtime assembly.
30 Jan 2006, 22:00:00 Source: Simplifying Serialization and De-serialization Processes...
Tags: Software
XML
What's new in System.Xml 2.0
Just as XML itself has evolved, so the XML related classes in .NET Framework 2.0 have changed. Alex Homer finds out what's different.
RSS and Atom: Understanding and Implementing Content Feeds and Syndication
RSS and Atom are the most widely used of many content syndication formats that have developed over the last few years to address the need to distribute and receive streams of content from websites and applications. Sites syndicate content for a broad variety of reasons, from replacing email as a medium for outbound contact to updating satellite sites. Each format has evolved to meet the changing needs of its driving community. All the common formats use a specific XML vocabulary to structure a stream of content in an easily consumable format.
4 Jan 2006, 08:09:01 Source: RSS and Atom: Understanding and Implementing Content...
Tags: Internet
XML

