ASP.NET 2.0 Cookbook (Cookbooks (O'Reilly)) and over one million other books are available for Amazon Kindle. Learn more


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
Kindle Edition
 
   
More Buying Choices
Have one to sell? Sell yours here
ASP.Net 2.0 Cookbook (Cookbooks (O'Reilly))
 
 
Start reading ASP.NET 2.0 Cookbook (Cookbooks (O'Reilly)) on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

ASP.Net 2.0 Cookbook (Cookbooks (O'Reilly)) [Paperback]

Michael A Kittel (Author), Geoffrey T. LeBlond (Author)
3.8 out of 5 stars  See all reviews (12 customer reviews)

List Price: $54.95
Price: $40.11 & this item ships for FREE with Super Saver Shipping. Details
You Save: $14.84 (27%)
  Special Offers Available
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 3 left in stock--order soon (more on the way).
Want it delivered Monday, January 30? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for Students. Learn more

Formats

Amazon Price New from Used from
Kindle Edition $26.32  
Paperback, Bargain Price $13.37  
Paperback, December 23, 2005 $40.11  
Like this book? Find similar titles from O'Reilly and Partners in our O'Reilly Bookstore.

Book Description

0596100647 978-0596100643 December 23, 2005 Second Edition

Completely revised for ASP.NET 2.0, this new edition of the best-selling ASP.NET Cookbook has everything you need to go from beginning to advanced Windows-based web site development using Microsoft's popular Visual Studio 2005 and ASP.NET 2.0 developer tools. Written for the impatient professional, ASP.NET 2.0 Cookbook contains more than 125 recipes for solving common and not-so-common problems you are likely to encounter when building ASP.NET-based web applications.

The recipes in this book, which run the gamut from simple coding techniques to more comprehensive development strategies, are presented in the popular Problem-Solution-Discussion format of the O'Reilly Cookbook series. As with the first edition, every solution is coded in both C# and Visual Basic 2005.

Among the additions and revisions to this new edition are:

  • Three new chapters, including 25 new recipes for Master and Content pages, Personalization using Profiles and Themes, Custom Web Parts, and more
  • New code for every solution, rewritten to take advantage of features and techniques new to ASP.NET 2.0 and available for download

The ASP.NET 2.0 Cookbook continues to provide the most comprehensive coverage you'll find anywhere of:

  • Tabular controls, including the new GridView control
  • Data validation, including the new ASP.NET 2.0 validation controls, as well as techniques for performing your own validation programmatically
  • User and custom controls
  • Error handling, performance tuning, and caching

Whether you're new to ASP.NET or an experienced Microsoft developer, with ASP.NET 2.0 Cookbook, deliverance from a long day (or night) at your computer could be just one recipe away.


Special Offers and Product Promotions

  • Buy $50 in qualifying physical textbooks, get $5 in Amazon MP3 Credit. Here's how (restrictions apply)

Frequently Bought Together

ASP.Net 2.0 Cookbook (Cookbooks (O'Reilly)) + Professional ASP.NET 2.0 Special Edition (Wiley Desktop Editions) + ASP.NET 2.0 Website Programming: Problem - Design - Solution (Programmer to Programmer)
Price For All Three: $104.29

Show availability and shipping details

Buy the selected items together


Editorial Reviews

About the Author

Michael Kittel has nearly 30 years experience in the software industry. He has been working with Microsoft technologies for more than 10 years and with ASP.NET since the alpha release of 1.0. He has been the system architect and led the development of applications for Lexis-Nexis, Plow & Hearth, ReturnBuy, and many others. Michael has a Microsoft Certified Solutions Developer certification and is currently a senior consultant at Dominion Digital, Inc. (http://www.dominiondigital.com), a firm that specializes in helping companies envision and achieve maximum business value from investments.

Geoffrey T. LeBlond is the co-author of "Using 1-2-3", the first computer book that sold over 1 million copies. Geoff is the author of numerous computer books, and was the developer of Oriel, an early scripting language for Microsoft Windows. More recently, Geoff has been focusing his attention on developing web applications using ASP and ASP.NET.


Product Details

  • Paperback: 1024 pages
  • Publisher: O'Reilly Media; Second Edition edition (December 23, 2005)
  • Language: English
  • ISBN-10: 0596100647
  • ISBN-13: 978-0596100643
  • Product Dimensions: 9.2 x 7 x 1.5 inches
  • Shipping Weight: 2.9 pounds (View shipping rates and policies)
  • Average Customer Review: 3.8 out of 5 stars  See all reviews (12 customer reviews)
  • Amazon Best Sellers Rank: #1,189,842 in Books (See Top 100 in Books)

 

Customer Reviews

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

42 of 45 people found the following review helpful:
3.0 out of 5 stars Good book for some purposes, not quite cooked, January 20, 2006
This review is from: ASP.Net 2.0 Cookbook (Cookbooks (O'Reilly)) (Paperback)
There are lots of tips and tricks in this book on ASP.NET 2.0 presented in a "Problem: Solution" format that make it a worthwhile timesaver for experienced developers. Code is shown for both VB.NET and C#.

The problem I have is that is little or no discussion of alternatives or the circumstances when a particular recipe should be used. This means inexperienced developers might implement recipes that work for their immediate problem but add maintenance, performance or architectural issues down the road.

For example, there are 72 pages on using the DataGrid control. Except for backward compatibility there is no valid reason to use the DataGrid in ASP.NET 2.0 -- use the GridView control instead. I'd go so far as to say use of the DataGrid in 2.0 is deprecated -- don't do it in new code.

Likewise the data binding examples use SqlDataSource -- never XMLDataSource or, importantly, ObjectDataSource. ObjectDataSource is the way to go when we want to build a modern architecture application where we have separated business logic, data access code, and the UI.

It appears that this book was written quickly to get something out for the 2.0 market before the "2.0ness" of the recipes was fully baked in.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


7 of 8 people found the following review helpful:
2.0 out of 5 stars ASP.NET 1.1 with a bit of 2.0 patched on, August 9, 2006
By 
This review is from: ASP.Net 2.0 Cookbook (Cookbooks (O'Reilly)) (Paperback)
Much of the content was clearly taken from earlier 1.x versions of the book without being re-written to take advantage of 2.0. Yes, the samples may compile and work, but they are often not 2.0 best practices.

While there are several 2.0-specific sections, much 2.0 function is ignored. You'll learn more from other books.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
4.0 out of 5 stars Good Way to Get Started with ASP.NET 2.0 - Wish it had more advanced topics, January 15, 2007
By 
R. Walling (Los Angeles, CA) - See all my reviews
(REAL NAME)   
This review is from: ASP.Net 2.0 Cookbook (Cookbooks (O'Reilly)) (Paperback)
For those transitioning from ASP.NET 1.x this is a fantastic introduction to learning how things should be done with 2.0. The book is well-written, concise, and easy to absorb the concepts it presents.

I've always loved the "Cookbook" format, which is to present a list of tasks 100 or so tasks that you might want to accomplish, and then give detailed instructions on how to accomplish each one. The one thing I would like to have seen, and the reason it didn't receive 5 stars, is that the book focuses on introductory tasks. Since I've been working with 2.0 for several months I already knew how to do most of the items they discussed.

Overall, this book will serve as a great reference.
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










Only search this product's reviews



Inside This Book (learn more)
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
grid view, solution add, publish date, data grid, dynamic menus, master pages, managing user profiles, using windows authentication, new bitmap, class library, status code, application message, usage survey, rows read, source user control, gridview updating, web part manager, provider web part, indicate the current sort column, download handler, base master page, business service class, header user control, new page index, login button click event
Key Phrases - Capitalized Phrases (CAPs): (learn more)
End Sub, Page Language, End Namespace Example, Inherits System, Protected Sub, Nothing Dim, End Class, Cookbook The Ultimate, End Get Set, Public Property, Visual Studio, Data Imports System, Load Dim, Public Class, Value End Set End Property, Tabular Data Example, Email Address, Solution Create, Re-enter Password, Private Const, New Listltem, Custom Controls Example, Control State, Validation Example, Net Framework Essentials
New!
Concordance | Text Stats
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Surprise Me!
Search Inside This Book:

What Other Items Do Customers 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.
 

Your tags: Add your first tag
 

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
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums



So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject