|
The Internet has brought a huge difference in the way we develop and use software applications. Applications are becoming more and more distributed, connecting heterogeneous systems. With such a radical change, the role of XML is highly significant. XML has already established itself as a standard way of data encoding and transfer. No wonder that Microsoft's .NET Framework provides such a strong support for XML. Data access, raw parsing, configuration, code documentation, and web services are some of the examples where .NET harnesses the power and flexibility of XML. The .NET Framework comes with a plethora of classes that allow you to work with XML data.
This book demystifies XML and allied technologies. Reading and writing XML data, using DOM, ADO.NET integration with XML, SQL Server XML features, applying XSLT style sheets, SOAP, web services, and configuration systems are some of the topics that this book explores in detail. Real-world examples scattered throughout the book will help you understand the practical use of the topic under consideration. The book will also act as a handy reference when developers go on the job.Contents at a Glance: CHAPTER 1 Introducing XML and the .NET Framework CHAPTER 2 Manipulating XML Documents by Using the Document Object Model CHAPTER 3 Reading and Writing XML Documents CHAPTER 4 Accessing XML Documents by Using the XPath Data Model CHAPTER 5 Validating XML Documents CHAPTER 6 Transforming XML with XSLT CHAPTER 7 XML in ADO.NET CHAPTER 8 XML Serialization CHAPTER 9 XML Web Services CHAPTER 10 XML in SQL Server 2005 CHAPTER 11 Use of XML in the .NET Framework CHAPTER 12 Creating Services by Using Windows Communication Foundation APPENDIX A Creating Custom XmlReader and XmlWriter Classes APPENDIX B Case Study: A Web Service–Driven Shopping Cart APPENDIX C Resources Download free ebook for html/xml: Apress Pro .NET 2.0 XML
|