Marketplace books

Professional XML for .NET Developers

Professional XML for .NET Developers
Authors
Dinar Dalvi, Joe Gray, Bipin Joshi, Fredrik Normen, Francis Norton, Andy Olsen, J. Michael Palermo IV, Darshan Singh, John Slater, Kevin Williams
ISBN
1861005318
Purchase online
amazon.com

This book is aimed at intermediate-level programmers who have started on their journey towards .NET development, and who want to see how to use XML within their applications to its best advantage.

Page 1 of 2
  1. Overview
  2. Review

Overview

Book Description
XML is now an established technology for the description and transportation of data, and has made a major impact on almost every aspect of software development. When Microsoft introduced the .NET Framework, they took advantage of XML wherever they could. No other technology is so tightly bound with .NET as XML, both at the developer level and underlying the whole framework.

This book aims to give the reader enough information to be able to use XML from within the .NET Framework in the most efficient manner possible. It will explain in detail the usage of all the XML-related .NET Framework library classes for the manipulation, validation, transformation, and serialization of XML data, using both C# and Visual Basic .NET. It also looks at how the developer can utilize the full power of XML within the .NET Framework, for example, with the new XML capabilities of ADO.NET and ASP.NET. As is demonstrated, the .NET Framework itself uses XML, in configuration files, meta data, and C#'s XML code documentation mechanism, for example.


This book is aimed at intermediate-level programmers who have started on their journey towards .NET development, and who want to see how to use XML within their applications to its best advantage. Basic knowledge of C# or Visual Basic .NET, XML, and XML related technologies (XSLT, XPath, and XML Schemas) is necessary.

This book covers:

Reading and writing XML
DOM navigation and XSL transformations of XML
Validating and serializing XML
MSXML vs System.Xml
ADO.NET and ASP.NET XML support
Web Services and SOAP
Remoting
XML code documentation

Comments

  1. 01 Jan 1999 at 00:00

    This thread is for discussions of Professional XML for .NET Developers.

Leave a comment

Sign in or Join us (it's free).

AddThis

Related book

  • Developing Application Frameworks in .NET

    Developing Application Frameworks in .NET

    Application frameworks, which provide a base of common services on which applications are built, offer the benefits of extensibility, modularity, and reusability of both code and design to your applications. This book explains what frameworks are and...