Buy New
 

or
Sign in to turn on 1-Click ordering.
 
 
Buy Used
Used - Very Good See details
$5.72 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
Express Checkout with PayPhrase
What's this? | Create PayPhrase
More Buying Choices
45 used & new from $1.73

Have one to sell? Sell yours here
 
   
.NET and XML
 
See larger image
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get your Kindle here.
 
  

.NET and XML (Paperback)

~ (Author)
3.5 out of 5 stars  See all reviews (8 customer reviews)

List Price: $39.95
Price: $29.16 & this item ships for FREE with Super Saver Shipping. Details
You Save: $10.79 (27%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.

Only 1 left in stock--order soon (more on the way).

Want it delivered Thursday, February 11? Choose One-Day Shipping at checkout. Details
25 new from $8.94 20 used from $1.73
Like this book? Find similar titles from O'Reilly and Partners in our O'Reilly Bookstore.

Frequently Bought Together

Customers buy this book with Beginning XML with C# 2008: From Novice to Professional (Expert's Voice in .Net) by Bipin Joshi

.NET and XML + Beginning XML with C# 2008: From Novice to Professional (Expert's Voice in .Net)

Customers Who Bought This Item Also Bought

Applied XML Programming for Microsoft .NET

Applied XML Programming for Microsoft .NET

by Dino Esposito
Beginning XML with C# 2008: From Novice to Professional (Expert's Voice in .Net)

Beginning XML with C# 2008: From Novice to Professional (Expert's Voice in .Net)

by Bipin Joshi
4.3 out of 5 stars (6)  $32.84
Pro .NET 2.0 XML (Expert's Voice in .Net)

Pro .NET 2.0 XML (Expert's Voice in .Net)

by Bipin Joshi
3.8 out of 5 stars (5)  $44.99
Pro LINQ: Language Integrated Query in C# 2008 (Windows.Net)

Pro LINQ: Language Integrated Query in C# 2008 (Windows.Net)

by Joseph C. Rattz
4.7 out of 5 stars (42)  $28.34
Beginning XML Databases (Wrox Beginning Guides)

Beginning XML Databases (Wrox Beginning Guides)

by Gavin Powell
5.0 out of 5 stars (1)  $29.19
Explore similar items

Editorial Reviews

Product Description

If you're seeking ways to build network-based applications or XML-based web services, Microsoft provides most of the tools you'll need. XML is integrated into the .NET Framework and Visual Studio .NET, but if you want to get a grasp on how .NET and XML actually work together, that's a different story. With .NET & XML, you can get under the hood to see how the .NET Framework implements XML, giving you the skills to write understandable XML-based code that interoperates with code written with other tools, and even other languages. .NET & XML starts by introducing XML and the .NET Framework, and then teaches you how to read and write XML before moving on to complex methods for manipulating, navigating, transforming, and constraining it. As you move from chapter to chapter, you'll absorb increasingly complex information until you have enough knowledge to successfully program your own XML-based applications. This tutorial also contains a quick reference to the API, plus various useful appendices.

About the Author

Niel M. Bornstein, with over ten years' experience in software development, has worked in diverse areas such as corporate information systems, client-server application development, and web-hosted applications. Clear and engaging, Niel is a frequent contributor to xml.com, an affiliate site of the O'Reilly Network.

Product Details

  • Paperback: 400 pages
  • Publisher: O'Reilly Media; 1st edition (July 2003)
  • Language: English
  • ISBN-10: 0596003978
  • ISBN-13: 978-0596003975
  • Product Dimensions: 9.1 x 6.8 x 1.2 inches
  • Shipping Weight: 1.6 pounds (View shipping rates and policies)
  • Average Customer Review: 3.5 out of 5 stars  See all reviews (8 customer reviews)
  • Amazon.com Sales Rank: #675,430 in Books (See Bestsellers in Books)

    Popular in this category: (What's this?)

    #7 in  Books > Computers & Internet > Programming > Languages & Tools > XSL

More About the Author

Niel M. Bornstein
Discover books, learn about writers, read author blogs, and more.

Visit Amazon's Niel M. Bornstein Page

What Do Customers Ultimately Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(1)
(1)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

8 Reviews
5 star:
 (1)
4 star:
 (5)
3 star:    (0)
2 star:
 (1)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
3.5 out of 5 stars (8 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
10 of 11 people found the following review helpful:
4.0 out of 5 stars Solid introduction with a light reference section, March 13, 2004
This book has probably all you need to know about reading, writing, formatting and sending XML over the wire with C#. Standout chapters for me were chapters seven, on XSLT, and nine, on web services. That being said all of the non-reference chapters were evenly written, easy reads and neither rat hole nor pander to the reader. The code samples are numerous but they are hilighted with bold to emphasizes the portions that a critical to the narrative.

C# is the only imperative language covered in the book even though most .NET authors cover both C# and VB.NET. In the introduction the author calls C# the central language of .NET and says it's the best language for the job. I don't have big issues about that but other potential .NET readers may, especially considering the popularity of VB.NET. Personally I prefer when the author chooses one language and then leaves the other to the site or the CD. I think VB.NET example code fragments on the O'Reilly site probably would have been a safer bet.

It's this one language approach in the dual language .NET environment that kicks the rating from five down to four.

Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No


 
3 of 3 people found the following review helpful:
4.0 out of 5 stars Hardly a Java book!, April 13, 2006
By BlueHooker (Reston, VA United States) - See all my reviews
A careful reader would have noticed the "using" keyword in the code sample, and realized that this is C#, not Java. I found this book a good supplement to the MSDN; its well-conceived examples got me off to a good start in this area.
Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No


 
5 of 6 people found the following review helpful:
4.0 out of 5 stars Very well written and well thought out, February 7, 2004
By ueberhund "ueberhund" (Salt Lake City, UT United States) - See all my reviews
  
Anyone who has spent even a little time with .NET knows that XML is at the core of many of the libraries. When performing a query with ADO.NET, it's as easy to return the results as a DataSet as it is to return it as XML. This book realizes the core use of XML to .NET and discusses many of the various options developers have in handling XML.

The book covers a few main points: how to read XML, how to write XML, how to transform XML (via XSLT), and various data manipulations. Each of these points, in turn, opens up various different issues which are discussed at length (like constraining XML via an XSD or how to read a non-XML document into XML). Much of the discussion contained some of the best instruction related to XML and .NET that I have seen. The final section of the book contains various reference chapters related to the XML namespaces (think of the reference section in the Nutshell series and you'll have a pretty good idea of what to expect).

All in all, this is a very well written and well thought out discussion on the uses of XML in .NET. Not only will this book further your understanding of how to use .NET and XML together, but it will also help you gain insight into perhaps new uses for XML in your applications. I would recommend looking through this book before you begin your next .NET application.

Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

4.0 out of 5 stars Well written reference primer
This is a first edition book on the .net platform's foundation Xml libraries. It was written more than five years ago, but still remains an excellent resource to anyone trying to... Read more
Published 7 months ago by nine.jack.nine

1.0 out of 5 stars aaaarrrrggggg Who wants java examples in a .net book
i was looking for example on using the System.xml.serialize name space. This is the example copied from the book
public enum AddressType {
Home,
Office,... Read more
Published on March 9, 2006 by Michael Barnett

2.0 out of 5 stars Very Disappointed
Note that I decided to write this review because I could not believe that so many people wrote so nice reviews about this book. Read more
Published on September 12, 2005 by A. Alvarez

5.0 out of 5 stars Just what I was looking for!
Over the years, I've found it increasingly difficult to buy technology related books simply because of the speed in which they become obsolete. Read more
Published on December 13, 2004 by David Levitt

4.0 out of 5 stars Sometimes confusing and hard-to-read but a good book
The advanced C# developer is the target audience for this book, although a Visual Basic.Net developer who is familar with C# will be able to follow the examples. Read more
Published on January 27, 2004 by Darrell Nungester

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   



So You'd Like to...


Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.


Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.