21 used & new from $0.01

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 your Kindle here.
 
  

XML and ASP.NET (Paperback)

~ (Author), Ashwin Kamanna (Author), Joel Mueller (Author)
3.7 out of 5 stars  See all reviews (15 customer reviews)


Available from these sellers.


10 new from $7.29 11 used from $0.01

Formats

Amazon Price New from Used from
Paperback --  

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

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,958,746 in Books (See Bestsellers in Books)

More About the Author

Kirk Allen Evans
Discover books, learn about writers, read author blogs, and more.

Visit Amazon's Kirk Allen Evans Page

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
 

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.

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


 
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.
Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No


 
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.

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 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 J. D. McFadden

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
   


Listmania!


Create a Listmania! list

So You'd Like to...


Create a guide

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.