Related Titles
- Full Description
-
Beginning XML with C# 2008 focuses on XML and how it is used within .NET 3.5. As youd expect of a modern application framework, .NET 3.5 has extensive support for XML in everything from data access to configuration, from raw parsing to code documentation. This book demystifies all of this. It explains the basics of XML as well as the namespaces and objects you need to know in order to work efficiently with XML. You will see clear, practical examples that illustrate best practices in action. With this book, youll learn everything you need to know from the basics of reading and writing XML data to using the DOM, from LINQ and SQL Server integration to SOAP and web services.
What youll learn
- The basics of XML in .NET 3.5
- Validating and transforming XML
- Using XML with LINQ
- Integrating with ADO.NET, SQL Server, and WCF
- Configuring the .NET Framework with XML
Who this book is for
Developers wanting to use XML in the .NET framework.
- Source Code/Downloads
- Errata
-
If you think that you've found an error in this book, please let us know about it. You will find any confirmed erratum below, so you can check if your concern has already been addressed.
On page 2-2:Listing 2-2: has following bit of code.
<?xml version="1.0" encoding="utf-8" ?>
<!-This is list of employees -->
Please note the comment. It needs one more hyphen at the beginning.







