.NET news » XML XML Rss Feed

XMLとWebサービス・セキュリティ Report
Authors: ZapThink, Jason Bloomberg
Average rating: 0 / 0
(0 reviews)
More .NET XML books
download

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

Amazing XAML

.NET 3.0, formerly known as WinFx, uses XAML for describing and building object graphs. Windows Presentation Foundation (aka Avalon), for example, uses XAML for building the next generation user interfaces. In this article we will look at the XAML syntax (which is a lot more than simply XML) by building a maze sample, such as can be found in old-fashioned adventure games like Zork, etc... Please note that this article is not about Windows Presentation Foundation, it is all about XAML and how you can use it for your own applications. Some examples will use WPF when appropriate, but only to explain some of the concepts.
24 Aug 2006, 08:38:09   Source: Amazing XAML   Tags: XML

Service Station: What's new in System.Xml 2.0?

In this installment of Service Station, Aaron Skonnard takes a long hard look at System.Xml 2.0.
7 Aug 2006, 17:33:20   Source: Service Station: What's new in System.Xml 2.0?   Tags: XML

Read/Write App.Config File with .NET 2.0

Learn what .NET 2.0 offers you to read/write App.Config files
10 Jul 2006, 17:18:00   Source: Read/Write App.Config File with .NET 2.0   Tags: Examples XML

InfoPath 2007: Designing Form Templates With The New Features Of InfoPath

InfoPath 2007 is an XML forms designer and editor, and a fully featured and integrated member of the Office family. This article takes a sneak peek at some of its new features.
5 Jul 2006, 19:00:00   Source: InfoPath 2007: Designing Form Templates With The New...   Tags: XML

Serialize and Deserialize IEnumerable Objects

CustomXmlSerializer is an alternative to XmlSerializer supporting ArrayLists, Collections, and Dictionaries.
17 Jun 2006, 19:02:00   Source: Serialize and Deserialize IEnumerable Objects   Tags: XML