| Building Practical Solutions with EXSLT |
| MSDN |
| Oleg Tkachenko shows how to make XML programming easier, and explains how to boost your productivity using XSLT and XPath extensions provided by the EXSLT.NET library. |
|
| Code Generation in the .NET Framework Using XML Schema |
| MSDN |
| Learn the difference between typed datasets and classes generated by the xsd.exe tool. Extend this process by reusing the infrastructure classes supporting it, staying compatible with the XmlSerializer. |
|
| Data Access Support in Visual Studio.NET (Whidbey) |
| DotNetJunkies |
| Within this is an overview of the data access support in ADO.NET, covered by the System.Data and System.Xml namespaces. This white paper details the innovations and enhancements in the data access layer in Whidbey when retrieving data from data sources, particularly SQL Server. It covers the growth of ADO.NET in Whidbey to encompass the relational, object and XML data models, and explains typical usage scenarios for each with development guidelines and recommendations. |
|
| HOW TO: Format DateTime and Date Values in the XML Extracted from an ADO.NET DataSet by Using Visual C# .NET |
| Microsoft Support |
|
(330597) - This step-by-step article describes how to format DateTime and Date values in the XML that is extracted from an ADO.NET DataSet object. In ADO.NET, the DateTime and Date values of DataTable columns are written in the XSD DateTime and Date formats when...
|
|
| HOW TO: Navigate XML with the XPathNavigator Class by Using Visual C# .NET |
| http://www.kbalertz.com/ |
| (308343) - This step-by-step article describes how to navigate Extensible Markup Language (XML) documents with an XPathNavigator object that is created from an XPathDocument object. This sample loads an XPathDocument object with XML data, creates an... |
|
| Implementing XmlReader Classes for Non-XML Data Structures and Formats |
| MSDN |
| Developers can create a notation for any data structure using only elements and attributes, and can access any data structure with an XmlReader or XmlDocument—as long as they can "translate" it to XML. |
|
| Reading and Writing XML Documents |
| C# Corner |
| In this article you will see how to read and write XML documents in Microsoft .NET using C# language. First I will discuss XML .NET Framework Library namespace and classes in brief. Then we will read and write XML documents. At the end of this article, I will show you how to take advantage of ADO.NET and XML .NET model to read and write XML documents from relational databases and vice versa. |
|
| Reading, Storing and Transforming XML Data in .NET |
| DotNetJunkies |
| This article illustrates a mixture of common .NET methods for formatting and presenting in a readable fashion any XML document you may encounter. The latest hype with XML Web Services and even the .NET Framework itself relies on XML as its backbone, therefore this is no light matter. |
|
| Squarified Treemaps in XAML & C# using Microsoft Longhorn |
| The Code Project |
| Data Visualisation using Squarified Treemaps |
|
| Target Multiple Devices with a Custom ASP.NET Server Control and XSLT |
| XML for ASP.NET |
| There are several different ways to target multiple devices such as browsers, PDAs, and phones in the .NET platform including the Mobile Internet Toolkit and .NET Smart Device Extensions. This sample application demonstrates how to write a custom ASP.NET server control that can target a variety of devices using XML and XSLT. |
|
| What's New in System.Xml for Visual Studio 2005 and the .NET Framework 2.0 Release |
| MSDN |
| Enhance XML support in your applications with the XML APIs in System.Xml and the .NET Framework 2.0. |
|
| XML Programming using VB.NET: Part 1 |
| C# Corner |
| In this article we will explore XML classes and namespaces of .NET Framework Class Library and how to use them in VB.NET to read, write and navigate XML documents. |
|
| XMLHelper REDUX and IE WebBrowser Control |
| Egg Head Cafe |
| "Xmlhelper" basically is a class that attempts to encapsulate some of the most common methods used in working with XML and to provide an additional layer of abstraction, making these tasks easier. I downloaded XMLHelper and saw that Rob had really put quite a bit into it. However, I needed to do things like XSL transforms and Schema validation and none of that stuff was in there. Rather than roll my own, I decided it would be better to extend Rob's excellent foundation, add to it, and then make it available to others to do the same. |
|