See buying choices for this item to see if it's one of the millions that are eligible for Amazon Prime.

28 used & new from $0.87

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

Don’t have a Kindle? Get yours here.
 
  

XML and ASP.NET [ILLUSTRATED] (Paperback)

by Kirk Allen Evans (Author), Ashwin Kamanna (Author), Joel Mueller (Author)
3.7 out of 5 stars See all reviews (15 customer reviews)


Available from these sellers.


12 new from $9.87 16 used from $0.87
Also Available in: List Price: Our Price: Other Offers:
Paperback (Bargain Price) 12 used & new from $4.65

Editorial Reviews

Product Description
XML and ASP.NET is the one book that you need to learn about a wide range of XML technologies. From validation to transformation, client-side to server-side, XML and ASP.NET covers a breadth of technology like no other resource available. Based on the released versions of Visual Studio .NET, SQL Server 2000, MSXML 4.0, and SQLXML 3.0, XML and ASP.NET provides in-depth coverage of Microsoft's XML technologies.

Providing examples in both both Visual Basic .NET and C#, this book provides ample amounts of code so that you are able to see complex concepts demonstrated in a clear and consistent fashion.

From the Publisher
XML and ASP.NET is an excellent and comprehensive resource that provides serious ASP.NET developers the knowledge and tools needed to build XML applications and Web Services with ASP.NET. It covers a wide range of technologies including MSXML, WAP, WML, Schemas, ADO.NET, SQLXML, DOM, SAX, and XSLT. As an implementation book, the reader is provided with lots of practical source code and two very useful real-world case studies that tie together all of the lessons reinforcing everything the reader has learned. This book is a must have for any developer looking to leverage XML in their applications! Deborah Hittel-Shoaf, Acquisitions Editor

See all Editorial Reviews


Product Details

  • Paperback: 848 pages
  • Publisher: Sams (April 8, 2002)
  • Language: English
  • ISBN-10: 073571200X
  • ISBN-13: 978-0735712003
  • Product Dimensions: 9 x 7 x 1.7 inches
  • Shipping Weight: 2.7 pounds
  • Average Customer Review: 3.7 out of 5 stars See all reviews (15 customer reviews)
  • Amazon.com Sales Rank: #1,706,158 in Books (See Bestsellers in Books)

Look Inside This Book

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 
Help others find this product — tag it for Amazon search
No one has tagged this product for Amazon search yet. Why not be the first to suggest a search for which it should appear?

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

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

 
5 of 6 people found the following review helpful:
5.0 out of 5 stars Well Formed, Valid and Human-Readable., June 12, 2002
Coming up with a failsafe structure for a book on XML and ASP.NET must be a difficult undertaking given the number of essential questions that need to be asked: What level should the book be pitched at? How much background material should be covered and at what depth? Once you have devised a satisfactory tack to address these questions, then how should the XML material on ASP.NET be covered? Should we look at implementation or theory. And of course, what languages do we use to demonstrate implementation C# or VB.NET?

XML and ASP.NET by Kirk Allen Evans (et al) attempts to address these questions by deviding itself into3 sections. The first section is dedicated to XML on the client but is really 5 chapters worth of XML background from the ground up. Section two is about XML on the server and the third section serves as a Reference of two well annotated appendices.

The first 6 chapters deal with XML basics and a gloss of ASP.NET's involvement with this technology. These chapters are well-written on what can be regarded as background information. The chapters assume no XML knowledge, and wind through core concepts such as Push and Pull models, how XML and XSL work with each other, and a grounding on the intricacies of the MSXML and SAX parsers. An outstanding chapter here is one on XML Schemas, 'XML Schemas in .NET'. It can safely be said that this is one of best treatments of the subject that can be found in any book on the market. However it must be noted that the reader who comes to these chapters as an XML newbie will struggle. You must get a good grounding in the fundamentals of XML which are covered in other books.

It is in Section 2 that we get to the content as described by the title and where the book comes into its own. The writers have clearly taken pains to elaborate not only how to implement XML using ASP.NET, but also how XML is used in the ASP.NET layer of the .NET framework. So, for example, the chapter 'ASP.NET Extensibilty with XML' looks at the metabase and provides an invaluable lesson on the uses of web.config, and how to manipulate it using the System.Configuration classes. Another good chapter is the one on ADO.NET. The first 20 pages of this chapter (at 200+ pages, probably the meatiest in the book) deals with a very high-level view of ADO.NET. The remainder deals with XML and its useage with the DataSet class.

Throughout the remainder of the book, individual technologies are covered while giving glimpses on how to implement the technologies. Of all the advanced chapters, by far the most useful was the one on Serialization. The information contained on the use of XSD Schemas for strongly typed XML Serialization is worth its weight in gold. If there is one chapter that tips the scale on the decision whether to buy a book or not, it would be this one.

All in all this is a distinctly worthy book. Not to be taken lightly yet covers the heaviest material with a friendly and can-do approach. It also dovetails nicely as a complement to Dan Wahlin's (XML for ASP.NET Developers) book. There is probably no better candidate for a textbook for XML students who want a clear understanding of XML in ASP.NET.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
4 of 5 people found the following review helpful:
3.0 out of 5 stars Lots of technology, poor writing, December 19, 2002
By W. Hart (CT USA) - See all my reviews
(REAL NAME)   
The book covers many aspects of XML on Windows platforms (.NET and MSXML). However, the writing is not very skillful, making it difficult to wade through such technical material. The progression through a topic often is non-linear: Within a chapter points are used before being introduced forcing much re-reading. Many times there are forward references to topics discussed much later in the book without any explaination. There are much more readable books out there (such as the excellent O'Reilly series) that make learning this kind of technology much more fun.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
4 of 5 people found the following review helpful:
5.0 out of 5 stars Well organized and readable book on XML and APS.NET, August 28, 2002
By "peter-martin-ts" (Vancouver, BC, Canada) - See all my reviews
The book XML and ASP.NET provides a wide coverage of this subject. This book's audience is for developers already using XML, as it covers advanced NET and ASP topics. It introduces XML technologies used in the .NET framework. Readers should download the project before reading each chapter.
These project files and examples are written in both C# and Visual Basic. The book covers XML on the client followed by the Server. On the server, it covers XML and ADO, XML and SQL 2000 Server, serialization and mobile applications for XML.

This book provides a clearer understanding of the concepts of XML within a .NET development environment and moves the developer to the next level.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


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

4.0 out of 5 stars Lives up to Title
I too found it difficult to find an XML book dealing with Specifically .NET. This book does a good job in alot of respects, but falls short and wanders off the subject a bit in... Read more
Published on August 30, 2004 by C. A. Sines

2.0 out of 5 stars Not even remotely decipherable to a beginner
This book reads like a medical journal, point-by-point layout out the facts and presenting very narrow-minded interpretations of what ASP.NET and XML are designed to do. Read more
Published on June 21, 2004

1.0 out of 5 stars An exercise in frustration
More about XML than "XML and ASP.NET." I have already read a lot on XML and this book just confused me about what I already knew. Read more
Published on August 31, 2003 by Jeffrey S. Minch

5.0 out of 5 stars Best Book on .net and XML yet
This book is by far the best information out there on xml in the .net framework that I have seen yet. (And trust me, I've looked. Read more
Published on April 1, 2003

2.0 out of 5 stars tough to get through
This book (in my opinion) is for those more interested in XML alone than its use with ASP.NET. I was looking for a book that combined the two effectively, but found this one to... Read more
Published on February 10, 2003

1.0 out of 5 stars Highly ineffective
This book is highly innefective for it's desired purpose. I had been under the assumption from the title that this book would help me implement XML databases/datastores into my C#... Read more
Published on January 12, 2003

4.0 out of 5 stars XML and ASP.NET in a wedlock
It is an excellent effort by authors to bringup a book on two bleeding edge technologies,
one emerging leader in server side technology and other the defacto industry standard... Read more
Published on June 13, 2002 by Amarnath Nalumachu

5.0 out of 5 stars Programming with XML and ASP.NET? You need this book!
Wow, what can I say about this book? Not enough good things anyway for starters.

The three authors' desire to explain their chosen topics is evident throughout and their... Read more

Published on June 13, 2002 by Derek Noonan

5.0 out of 5 stars Finally, a book on XML that shows its real world use.
I would recommend this book to someone who has been working with ASP.NET and needs to increase their knowledge of how XML fits into the whole scheme of things in relation to . Read more
Published on June 9, 2002 by Rex

5.0 out of 5 stars Excellent comprehensive look at new technology
This is the best book I've seen for putting XML technology in the context of Microsoft's .NET framework. Read more
Published on May 29, 2002 by jdmcfadden

Only search this product's reviews



Customer Discussions

 Beta (What's this?)
New! See all customer communities, and bookmark your communities to keep track of them.
This product's forum (0 discussions)
  Discussion Replies Latest Post
  No discussions yet

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

   


Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Lithium Ion Stays Powered Longer

Shop lithium ion tools at Amazon.com
Work longer and charge batteries less often with lithium ion tools from Amazon.com. Our large selection of lithium ion power tools offers many choices.

Start shopping

 

Big Savings in Books

Bargain Books
Find great titles at fantastic prices in our Bargain Books Store.
 

Enhance Your World

Shop for Mirrors
A mirror is a simple and affordable way to enlarge your space and an essential tool for personal care. Find mirrors and more in Home Improvement.

Shop for mirrors now

 

Shop Routers in Home Improvement

Shop for woodworking routers
No, not the wireless kind. Find a huge selection of woodworking routers in the Home Improvement Store.

Shop for routers

 

 

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.



Where's My Stuff?

Shipping & Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

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

Look to the right column to find helpful suggestions for your shopping session.

Continue shopping: Top Sellers
Free
Free by Chris Anderson
Paranoia
Paranoia by Joseph Finder
My Soul to Lose
My Soul to Lose by Rachel Vincent
Glenn Beck's Common Sense

Conditions of Use | Privacy Notice © 1996-2009, Amazon.com, Inc. or its affiliates