.NET news » XML 
ToDoList 6.1 Feature Release - A simple but effective way to keep on top of your tasks
A hierarchical task manager with native XML support for custom reporting.
Entity Framework Preview: code first, ObjectSet and DbContext
With the code first feature in Entity Framework, there is no visual data model and no XML describing that model. You simply create the classes for your application domain and go. We’ll show you this and several other nifty new features in the latest EF CTP.
Comparing .NET XML Serializers: Part One
What serializer is the best for saving application state?
XMLFoundation
As the name suggests it provides a foundation for XML support in an application, however this is much more than just another XML parser. It applies a unique approach to handling XML that allows your application code to focus on the application rather than traversing DOM or subscribing to SAX events
Yet Another XML Serialization Library for the .NET Framework
An XML serialization library which lets developers design the XML file structure, and select the exception handling policy. This library also supports serializing most of the collection classes such as the Dictionary generic class.
15 Apr 2010, 19:28:00 Source: Yet Another XML Serialization Library for the .NET Framework
Tags: XML
Xml Literals
XML Literals allow you to use XML syntax in your code. It’s easy to work with XML files this way, since you have that Tags in the code, but it’s also quicker to access information rather then the traditional methods.
A Simple WPF XML Document Viewer Control
This article introduces a simple XML document viewer control for WPF applications to display XML documents in a formatted way.
Sharpening Your Axis with Visual Basic 9
Visual Basic 9 completely eliminates the barrier between the code you write and the XML you're trying to express. Creating, querying, and transforming XML is much more intuitive and productive than ever before.
Serialization for Rapid Application Development: A Better Approach
Serialize and Deserialize your objects with ease and simplicity
25 Apr 2008, 21:47:00 Source: Serialization for Rapid Application Development: A Better...
Tags: Examples
XML
Index XML Documents with VTD-XML
Traditionally DOM or SAX-based enterprise applications have to repeat CPU-intensive XML parsing when accessing the same documents multiple times. This article introduces a very simple, general-purpose, native XML index called VTD+XML that eliminates the need for repetitive parsing of those applications.

