Chapter 8. XML in ASP.NET

In this chapter

.NET XML Architecture

XmlTextReader

XmlTextWriter

XmlDocument and XmlNavigator

XslTransform

Writing a Guest Book Application

This chapter covers XML and how to effectively use it in .NET applications. The first thing you need to know why you should use XML. After all, Web applications have been written now for years and no one has had to worry about XML. One of the main reasons you need to consider using XML is because Web applications have now gotten much more complicated, and XML represents data in a new way. Because XML is so good at representing data, writing large enterprise Web applications is a lot easier.

XML adds type and structure to information. This information in the past may have been some sort ...

Get Special Edition Using® Microsoft® ASP.NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.