.NET news » XML XML Rss Feed

download

Making Sense of the XML DataType in SQL Server 2005

In SQL Server 2005, XML becomes a first-class data type. Developers can make minor remote modifications to stored XML documents easily, taking advantage of new support for XML schema-based strong typing, and server-based XML data validation.
13 Jun 2006, 11:44:50   Source: Making Sense of the XML DataType in SQL Server 2005   Tags: Database XML

WBXML Parser

A library for compressing XML content suitable for mobile devices.
1 Jun 2006, 10:15:00   Source: WBXML Parser   Tags: Mobile XML

Creating a Node Tree Fragment in XSLT Using Internet Explorer

This is a technique describing how to create node-tree-fragments in XSLT using C#. Additionally, this aritcle describes how to use C# in XSLT.
19 May 2006, 14:15:00   Source: Creating a Node Tree Fragment in XSLT Using Internet...   Tags: XML

Using the XmlSerializer Attributes

How to serialize and de-serialize .Net objects and XML using the XmlSerializer and the serializer attributes.
9 May 2006, 17:00:00   Source: Using the XmlSerializer Attributes   Tags: XML

Having fun with the XmlSchemaProvider: Serializing object trees

Learn how to serialize object trees into SOAP and back again.
9 May 2006, 09:33:00   Source: Having fun with the XmlSchemaProvider: Serializing object...   Tags: XML

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.
3 May 2006, 19:00:00   Source: Test Run: Emitting XML   Tags: XML Examples

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.
3 May 2006, 19:00:00   Source: Class To Contract: Enrich Your XML Serialization With...   Tags: XML

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.
3 May 2006, 19:00:00   Source: Configure This: Parameterize Your Apps Using XML...   Tags: XML

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