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

44 used & new from $0.01

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

Don’t have a Kindle? Get yours here.
 
  

ASP.NET in a Nutshell (Paperback)

by G. Andrew Duthie (Author), Matthew MacDonald (Author)
3.8 out of 5 stars See all reviews (15 customer reviews)


Available from these sellers.


13 new from $0.01 28 used from $0.01 3 collectible from $39.95
Also Available in: List Price: Our Price: Other Offers:
Paperback (2) $59.99 $35.96 47 used & new from $0.74
There is a newer edition of this item:
ASP.NET in a Nutshell, Second Edition ASP.NET in a Nutshell, Second Edition 3.8 out of 5 stars (15)
$35.96
In Stock.
What Do Customers Ultimately Buy After Viewing This Item?

Customers Who Bought This Item Also Bought

ADO.NET in a Nutshell

ADO.NET in a Nutshell

by Matthew MacDonald
ASP in a Nutshell, 2nd Edition

ASP in a Nutshell, 2nd Edition

by Keyton Weissinger
4.1 out of 5 stars (61)  $23.36
Programming ASP.NET, 3rd Edition

Programming ASP.NET, 3rd Edition

by Jesse Liberty; Dan Hurwitz
3.9 out of 5 stars (84)  $36.46
C# in a Nutshell

C# in a Nutshell

by Peter Drayton
C# 3.0 in a Nutshell: A Desktop Quick Reference (In a Nutshell (O'Reilly))

C# 3.0 in a Nutshell: A Desktop Quick Reference (In a Nutshell (O'Reilly))

by Joseph Albahari
4.9 out of 5 stars (35)  $31.49
Explore similar items

Editorial Reviews

Product Description
For those experienced with previous versions of ASP or the .NET platform, ASP.NET in a Nutshell is an invaluable resource that goes beyond the published documentation to highlight little-known details, stress practical uses for particular features, and provide real-world examples that show how features can be used in a working application. Unlike other books, it distills a large and comparatively complicated subject into a compact tutorial and reference that is useful for both learning essential concepts and daily reference. This book covers application and web service development, custom controls, data access, security, deployment, and error handling. There's also an overview of the web-related class libraries.

About the Author
Matthew MacDonald is an author, educator, and MCSD developer with a passion for emerging technologies. He is the author of several books about programming with .NET, including The Book of VB .NET (No Starch) and ASP.NET: The Complete Reference (Osborne McGraw-Hill), and a contributor to O'Reilly titles like C SHARP in a Nutshell, ASP.NET in a Nutshell, and Programming .NET Web Services. Contact him at matthew@prosetech.com.

Product Details

  • Paperback: 800 pages
  • Publisher: O'Reilly; 1 edition (June 15, 2002)
  • Language: English
  • ISBN-10: 0596001169
  • ISBN-13: 978-0596001162
  • Product Dimensions: 9 x 6.1 x 1.4 inches
  • Shipping Weight: 2.1 pounds
  • Average Customer Review: 3.8 out of 5 stars See all reviews (15 customer reviews)
  • Amazon.com Sales Rank: #1,426,379 in Books (See Bestsellers in Books)

Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product).
Check a corresponding box or enter your own tags in the field below.
(53)
(37)
(29)
(26)
(18)

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:
 (4)
4 star:
 (7)
3 star:
 (2)
2 star:
 (1)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
3.8 out of 5 stars (15 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
9 of 9 people found the following review helpful:
5.0 out of 5 stars I keep this book within arm's reach, August 5, 2002
By Rex (Vancouver) - See all my reviews
If you're serious about knowing all the nooks and crannies of ASP.NET then have this book on standby at all times. I haven't read every page in it yet since it's so much of a reference manual (covers all the web namespaces) but when I'm stuck on something it has in most cases been able to solve the problem for me. I've been turning to this book if I need to know the name of a method or property or what namespace it's located in or if I want a particular functionality but need to find out if such a function even exists. This book has helped me in those areas. You won't get the most benefit from this book until you're at least at a comfortable level with ASP.NET so don't try to learn it from scratch from this book. Have at least one good ASP.NET book under your belt first.
Happy Coding!
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
10 of 11 people found the following review helpful:
4.0 out of 5 stars Excellent Reference -- So-So Tutorial, September 26, 2002
By rclocher3 (Merlin, OR USA) - See all my reviews
I picked this particular book because it was by O'Reilly, and their reference "ASP in a Nutshell" is excellent. However, that other book is by a different author, and ASP.NET is far more complex than classic ASP.

The dilemma the authors faced was that if they wanted to create an excellent reference at a reasonable price, they had to skimp on creating a good tutorial. Well, they succeeded in creating an excellent reference at a fair price. The book is almost 800 pages, and I think they used the space very well. But as other reviewers have noted, if you need a slower-paced introduction, you will need another book. O'Reilly & Associates have apparently realized this, because they also publish "Programming ASP.NET" (which I know little about).

To me, the authors seem to be very knowledgeable. The book is well-organized and doesn't skimp on any ASP.NET topics. They know "classic" ASP extremely well, which is helpful if you yourself are migrating from classic ASP.

C# and other non-VB programmers will notice a slight bias towards Visual Basic .NET, but honestly this shouldn't be a problem for anybody, especially if you were used to switching between VBScript and JScript in "classic" ASP.

If I could change one thing about the book, it would be the introduction to ADO.NET. ADO.NET only bears a superficial resemblance to "classic" ADO, and the bound ASP.NET data controls are completely new. Yet the chapter that covers them is only 23 pages long. The chapter is explicitly written as an overview, but if you have no other printed reference handy the chapter ends up being just a teaser. The examples in that chapter are fairly similar to the ones in the MDSN library, which are quite "lazy". I would have gladly paid another $2.20 for 50 more pages to expand upon the topic. Instead I will have to find some good examples on the web somewhere, or buy another book (not likely).

I don't own any other ASP.NET books, but I can say that if you could only buy one ASP.NET book, this one would be a good choice.

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



 
9 of 10 people found the following review helpful:
4.0 out of 5 stars ASP.Net in a nutshell, February 26, 2003
By A Customer
Review: ASP.NET in a Nutshell - A Desktop Quick Reference

ASP.NET in a Nutshell is the fast track way to get up-to-speed on Microsoft's next generation technology for building web enabled applications on the .NET platform.

The book is structured in three sections. Part 1 provides a high level overview of what ASP.NET is and discusses the new features such as Web Services, Server Controls, Data Access (ADO.NET), Security, Configuration, Error Handling, and Validation Controls. Part 2 is a reference to each of the major classes that are available as part of the ASP.NET object model. A chapter is devoted to each of the following classes:

- Page

- HttpApplication and HttpApplicationState

- HttpContext

- HttpException

- HttpRequest

- HttpResponse

- HttpServerUtility

- HttpSessionState

Part 3 provides a reference to the namespaces you'll most commonly come across while developing ASP.NET applications. Of all three sections, I found this section to be the least useful. Although each of the classes has an introductory reference, Most of the information here can be sourced easily from the MSDN documentation. Such a reference would have been better suited to a book on ASP, where the official documentation was somewhat scarce.

The books introductory chapters start out with code examples written in both VB.NET and C#, however as you progress further through the book the samples are provided in VB.NET only. This is not such a bad thing, but I would have preferred it had the authors stuck to one language throughout the book, or give consistent examples throughout the book in both languages.

This is not a book for beginners. For those readers just starting out with ASP.NET or with little to no web development experience, I would suggest reading other titles such as Programming ASP.NET (O'Reilly) or Professional ASP.NET (Wrox Press) before purchasing ASP.NET in a Nutshell.

At the end of the day, ASP.NET in a Nutshell provides a good quick reference to the fundamentals of ASP.NET, with excellent tutorials and "How To's" throughout. Despite the namespace reference providing only a little more than the MSDN documentation, the first two sections more than make up for those 300 odd pages of filler. And If you're willing to live with most of the example being written in VB.NET then this book is definitely a worthwhile purchase.

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


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

3.0 out of 5 stars Easy examples but needs more sample code that progressively increases in complexity and functionality
ASP.NET in a nutshell appeals to two audiences: beginners and advanced developers. The middle group is neglected. The samples were easily coded and worked. Read more
Published 11 months ago by Golden Lion

4.0 out of 5 stars Fairly good structure; Mostly for VB.NET programmers
I concur with other reviewers on the following points:

1) The organization is good and focuses strictly on the relevant web classes in .NET. Read more
Published on October 1, 2004 by S. Tang

1.0 out of 5 stars Poorly planned, I don't know who this book is for
The description of this book says it's for ASP developers transitioning to ASP.NET. I have worked with ASP for over a year, and this book was pretty much useless. Read more
Published on August 7, 2004 by Dr, Lovable

5.0 out of 5 stars O'Reilly at it's best
I've been reading O'Reilly since the days of the tiny fifty page staple-bound brown Nutshell books that covered shell commands and the first version of Perl. Read more
Published on March 1, 2004 by Jack D. Herrington

3.0 out of 5 stars No CD with VS add-in
Just bought the 2nd edition and I was looking forward to the CD with the Visual Studio .Net doc'n plug-in, but when I received the book it didn't have the CD. Read more
Published on November 5, 2003 by Glenn Sisson

5.0 out of 5 stars I buy a lot of books this one is one of the best
I really liked this book and its format. Perhaps it was just me but everytime I was looking for a particular solution I found it quickly. Read more
Published on June 24, 2003 by Colin Campbell

2.0 out of 5 stars Not a focused book
I'm afraid I disagree with most of the reviews.

This book is divided in three sections:
1-A "fast-paced introduction to ASP.NET" (ch.1-11, p. Read more

Published on February 24, 2003

4.0 out of 5 stars BALANCED AND WELL-STRUCTURED
Messrs Duthie and MacDonald should be commended for their great effort in structuring this text. The entire 800 pages of this book contain all the necessary ingredients that any... Read more
Published on January 12, 2003 by reviewer

4.0 out of 5 stars Great for VB Developers
If you're a C# developer and you don't feel like converting all the VB code to C# code in your head, don't buy this book. Read more
Published on July 17, 2002 by M. Dao

5.0 out of 5 stars An Indispensable ASP.NET Reference
This book is destined to be a classic. It is a complete ASP.NET reference. This book also provides invaluable tips and advice on how to get the most out of ASP.NET. Read more
Published on July 9, 2002 by Duane Douglas

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]

   
Related forums


Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Value Center Deals

Home Improvement Value Center
Let spectacular savings of up to 50% in the Home Improvement Value Center help motivate you to organize the closet, garage, and everything else.

Shop the Value Center

 

Best Books of 2008

Best of 2008
Find our top 100 editors' picks as well as customers' favorites in dozens of categories in our Best Books of 2008 Store.
 

Buy Three Books, Get a Fourth Free

4-for-3 Books
Order any four eligible books under $10 and get the lowest-price book free in our 4-for-3 Books Store. See more details.
 

Best Books

Best of the Month
See our editors' picks and more of the best new books on our Best of the Month page.
 
Ad

 

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