ASP.NET 2.0 Cookbook (Cookbooks (O'Reilly))

  Author:    Michael Kittel, Geoffrey LeBlond, Geoffrey T Leblond, Michael A Kittel
  ISBN:    0596100647
  Sales Rank:    332775
  Published:    2005-12-01
  Publisher:    O'Reilly Media, Inc.
  # Pages:    1014
  Binding:    Paperback
  Avg. Rating:    4.0 based on 12 reviews
  Used Offers:    19 from $12.89
  Amazon Price:    $34.62
  (Data above last updated:  2009-01-02 07:51:29 EST)
  
  
Sort customer reviews by:
  
Show All Reviews on Page      Hide All Reviews on Page
   
  
ASP.NET 2.0 Cookbook (Cookbooks (O'Reilly))
  
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.

                  Reader Reviews 1 - 16 of 16                 
  
  
Review
Date
Review
Rating(5 High)
Review
Helpful
to:
Customer Review Reviewer
Info
Permanent
Link
Reader Reviews Below Sorted by Newest First
01-16-07 4 1\1
(Hide Review...)  Good Way to Get Started with ASP.NET 2.0 - Wish it had more advanced topics
Reviewer Permalink
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.
(Review Data Last Updated: 2007-09-07 18:54:38 EST)
01-16-07 4 1\1
(Hide Review...)  Good Way to Get Started with ASP.NET 2.0 - Wish it had more advanced topics
Reviewer Permalink
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.
(Review Data Last Updated: 2007-04-12 11:42:17 EST)
01-15-07 4 1\1
(Hide Review...)  Good Way to Get Started with ASP.NET 2.0 - Wish it had more advanced topics
Reviewer Permalink
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.
(Review Data Last Updated: 2007-04-11 08:39:19 EST)
09-28-06 5 1\1
(Hide Review...)  Awesome for those moving from ASP 1.1 to ASP 2.0
Reviewer Permalink
This is the perfect book for those who know ASP 1.x and need a find a way to solve a problem QUICKLY in ASP 2.0. It covers the vast majority of new features in ASP 2.0 as well as new ways acomplish tasks that were more difficult in ASP 1.0. A must have in for ASP 2.0 Programmers!
(Review Data Last Updated: 2008-02-14 00:56:43 EST)
08-14-06 5 1\4
(Hide Review...)  COOKING WITH ASP.NET 2.0!!
Reviewer Permalink
Are you journeyman programmer who knows the basics of ASP.NET? If you are, then this book is for you! Authors Geoffrey T Leblond and Michael A Kittel, have done an outstanding job of writing a second edition of a book that is a collection of ASP.NET 2.0 recipes that aims to help you quickly and efficiently solve many of the day-to-day problems you face when developing web applications with the .NET platform.

Leblond and Kittel, begin by showing you how to make the most out of the master pages. Then, the authors show you how to make well-informed decisions about which control to use. Next, they provide recipes that perform a number of data validation tasks. The authors then provide you with series of nonobvious solutions for working with forms. They continue by showing you how to use time- and work-savers. Then, the authors show you how to use custom controls to build your own user interface. Next, they show you how to maintain the state of the application. The authors then cover error handling at different levels of detail. They continue by providing recipes that delve into some of the most common solutions. They also cover a host of new ASP.NET 2.0 profile features. Then the authors show you how to use web parts in your applications. Next, they show you how to configure your applications. The authors show you ways on how to ensure that your applications work as anticipated in their first release, through the effective use of testing and debugging. Then, they will show you how to create and consume XML web services. Next, the authors will show you how to deal with a design that uses images for buttons, but the button labels need to be dynamic. The authors then will help you sort through the issues of caching the output of pages or portions of pages in memory to reduce latency and make your applications more responsive. They continue by showing you the basics of how to internationalize your applications. Then, the authors show you how to download files from and upload files to the web server. Next, they discuss how to measure performance. The authors then show you how to create your own custom HTTP handler. Finally, they help you with recipes that do not fit conveniently into the other chapters of the book.

This most excellent book contains dozens of code examples, ranging from relatively simple 10-liners to comprehensive, multipage solutions. More importantly, this book focuses directly on problems you face today or are likely to face in the future.
(Review Data Last Updated: 2008-02-14 00:56:43 EST)
08-13-06 5 0\1
(Hide Review...)  COOKING WITH ASP.NET 2.0!!
Reviewer Permalink
Are you journeyman programmer who knows the basics of ASP.NET? If you are, then this book is for you! Authors Geoffrey T Leblond and Michael A Kittel, have done an outstanding job of writing a second edition of a book that is a collection of ASP.NET 2.0 recipes that aims to help you quickly and efficiently solve many of the day-to-day problems you face when developing web applications with the .NET platform.

Leblond and Kittel, begin by showing you how to make the most out of the master pages. Then, the authors show you how to make well-informed decisions about which control to use. Next, they provide recipes that perform a number of data validation tasks. The authors then provide you with series of nonobvious solutions for working with forms. They continue by showing you how to use time- and work-savers. Then, the authors show you how to use custom controls to build your own user interface. Next, they show you how to maintain the state of the application. The authors then cover error handling at different levels of detail. They continue by providing recipes that delve into some of the most common solutions. They also cover a host of new ASP.NET 2.0 profile features. Then the authors show you how to use web parts in your applications. Next, they show you how to configure your applications. The authors show you ways on how to ensure that your applications work as anticipated in their first release, through the effective use of testing and debugging. Then, they will show you how to create and consume XML web services. Next, the authors will show you how to deal with a design that uses images for buttons, but the button labels need to be dynamic. The authors then will help you sort through the issues of caching the output of pages or portions of pages in memory to reduce latency and make your applications more responsive. They continue by showing you the basics of how to internationalize your applications. Then, the authors show you how to download files from and upload files to the web server. Next, they discuss how to measure performance. The authors then show you how to create your own custom HTTP handler. Finally, they help you with recipes that do not fit conveniently into the other chapters of the book.

This most excellent book contains dozens of code examples, ranging from relatively simple 10-liners to comprehensive, multipage solutions. More importantly, this book focuses directly on problems you face today or are likely to face in the future.
(Review Data Last Updated: 2006-09-28 08:54:15 EST)
08-09-06 2 7\9
(Hide Review...)  ASP.NET 1.1 with a bit of 2.0 patched on
Reviewer Permalink
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.
(Review Data Last Updated: 2008-02-14 00:56:43 EST)
06-05-06 5 1\2
(Hide Review...)  Recipes run from the very simple coding solution to entire development strategies
Reviewer Permalink
Michael Kittel and Geoffrey LeBlond's ASP.NET 2.0 Cookbook appears in its updated 2nd edition to include all new tips for version 2.0. Here are over a hundred solutions in C# and Visual Basic aimed to web developers who want an edition completely revised for 2.0. Recipes run from the very simple coding solution to entire development strategies and use O'Reilly's problem-and-solution oriented approach. This format lends to at-a-glance reference consultation - or to use as a classroom text. Either way, the authors' some thirty years experience working with ASP.NET lends to an authoritative text of solutions to common problems.
(Review Data Last Updated: 2008-02-14 00:56:43 EST)
06-04-06 5 1\2
(Hide Review...)  Recipes run from the very simple coding solution to entire development strategies
Reviewer Permalink
Michael Kittel and Geoffrey LeBlond's ASP.NET 2.0 Cookbook appears in its updated 2nd edition to include all new tips for version 2.0. Here are over a hundred solutions in C# and Visual Basic aimed to web developers who want an edition completely revised for 2.0. Recipes run from the very simple coding solution to entire development strategies and use O'Reilly's problem-and-solution oriented approach. This format lends to at-a-glance reference consultation - or to use as a classroom text. Either way, the authors' some thirty years experience working with ASP.NET lends to an authoritative text of solutions to common problems.
(Review Data Last Updated: 2006-08-10 07:10:02 EST)
05-01-06 4 10\14
(Hide Review...)  Solving Common ASP.NET Problems
Reviewer Permalink
Topics covered in this book:

01. Master Pages
02. Tabular Data
03. Validation
04. Forms
05. User Controls
06. Custom Controls
07. Maintaining State
08. Error Handling
09. Security
10. Profiles and Themes
11. Web Parts
12. Configuration
13. Tracing and Debugging
14. Web Services
15. Dynamic Images
16. Caching
17. Internationalization
18. File Operations
19. Performance
20. HTTP Handlers
21. Assorted Tips

While this book is good, and chock full of lots of helpful information, I really think this text is just too big to be very useful. Some books are made to be really massive texts, but when I think of a "Cookbook", I don't expect to be wading through 1,000 different pieces of food before I can cook my meal. I couldn't even begin to imagine how heavy the text will be if there were a version 3 in the future.

A second point to be made is that lots of the "tips" mentioned here are things that you can find in any other ASP 2.0 book, but here they are marketed to be kind of special things that you won't find anything else.

I don't mean to razz on this book and say it isn't helpful for ASP.NET programmers (the new material here in version 2 is nice), but it's really bloated. I feel that cutting out a lot of the extra fat, trimming the size down a couple hundred pages, and focusing on the true "cookbook" suggestions would have been a better approach and made this a more essential purchase.

**** RECOMMENDED
(Review Data Last Updated: 2008-02-14 00:56:43 EST)
04-06-06 5 2\2
(Hide Review...)  This should be your Second ASP.NET book
Reviewer Permalink
While this book doesn't go through all the details of writing an ASP page or application, it does tell you how to do all the little things that are going to occur to you after you commit to writing one. It's THE power programmer's reference.
(Review Data Last Updated: 2006-07-07 08:35:30 EST)
03-10-06 2 3\6
(Hide Review...)  Not what you expect from O'Reilly
Reviewer Permalink
Since the beginning of my web development career, O'Reilly has been the source for me. Perfect reference books, always organized and giving only the information I needed to figure out syntax and parameters. This book, however, falls short on far too many key points that made previous books by this publisher superb.

The main complaint is the rush to get through the descriptive materials, attempting to make a book that is rich in source code seem smaller. While there are many, many pages of code, the description of the code is lacking in concise, easy-to-read language. I understand many technical terms associated with programming; but when I am trying to learn something new or use a reference to find specifics, the last thing that is needed is a mental gymnastic exercise on the latest and most complex terms. If I wanted this, I would have stuck to Microsoft's elitist help files that do little to explain in plain language what I want to know.

If you are looking for a book to help guide you through learning ASP.NET 2.0 from a reference standpoint, this is not the book for you. Even with a very good understanding of ASP.NET 2.0, I would not recommend this book; it seems far too rushed and crammed to be the high standards I am used to from O'Reilly.

If you are seeking books for helping you learn the nuances of ASP.NET 2.0, I would instead recommend the Wrox books. Hopefully this review will save you some time and money.
(Review Data Last Updated: 2006-07-07 08:35:30 EST)
02-01-06 5 (NA)
(Hide Review...)  Good Format accurate examples D/L code is there
Reviewer Permalink
Well I just D/L The code as well as the sql .bak file all installed as directed.

The book is in a good format I've been doing .Net 1.0 and 1.1 since beta 1 2.0 I have not done much I found this book to be just what is needed to find the answers to the 2.0 questions, if you are a 1.1 experienced programmer and are moving or porting to 2.0 this is well worth the under $50.00 price tag. I can see keeping this one handy for a year or so.
(Review Data Last Updated: 2006-07-07 08:35:30 EST)
01-21-06 3 17\20
(Hide Review...)  Good book for some purposes, not quite cooked
Reviewer Permalink
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.
(Review Data Last Updated: 2006-07-07 08:35:30 EST)
01-03-06 4 5\9
(Hide Review...)  Don't judge the book based on one review
Reviewer Permalink
This is the URL for book examples:

www.dominiondigital.com/aspnetcookbook2

enjoy!

(Review Data Last Updated: 2006-07-07 08:35:30 EST)
12-30-05 1 3\26
(Hide Review...)  No where to download source code
Reviewer Permalink
I bought this book and try to run it but no where to download source code. Book tell me to go to www.dominiondigital/aspnetcookbook2/ but get nothing but error.
-----------------------------
Today (1/3/06), I can download source code for samples.
(Review Data Last Updated: 2006-07-07 08:35:30 EST)
  
                  Reader Reviews 1 - 16 of 16                 
  
  
  
  
  
  

Because the data used to generate this site come from outside sources, VeryWellSaid.com cannot guarantee the completeness or accuracy of the data.
Search VeryWellSaid™
Google
Web VeryWellSaid™
New subjects are added every week.
View Subjects Below by:
* Top Selling
 (click category name, left)
* Top-Rated Top Sellers
 (click 'Top Rated', right)
In the news...  
Dubai\UAE Top Rated
Influenza\Bird Flu Top Rated
Iraq Top Rated
Supreme Court Top Rated
All Books Top Rated
Arts Top Rated
Photography Top Rated
Digital Photography Top Rated
Digital Cameras Top Rated
Biography Top Rated
Business Top Rated
Management Top Rated
Marketing Top Rated
Sales Top Rated
Stocks Top Rated
Bonds Top Rated
Real Estate Top Rated
Trading Top Rated
Commodities Trading Top Rated
Time Management Top Rated
Starting A Business Top Rated
Children's Top Rated
Comics Top Rated
Computers Top Rated
PC Top Rated
Mac Top Rated
Programming Top Rated
Design Patterns Top Rated
.Net Top Rated
C# Top Rated
Vb.Net Top Rated
Asp.Net Top Rated
Java Top Rated
Python Top Rated
PHP Top Rated
Perl Top Rated
Javascript Top Rated
Ajax Top Rated
CSS Top Rated
Open Source Top Rated
SQL Top Rated
Databases Top Rated
Oracle Top Rated
MySql Top Rated
Sql Server Top Rated
IIS Top Rated
Apache Top Rated
Linux Top Rated
Windows Server Top Rated
Project Management Top Rated
HTML Top Rated
UML Top Rated
IT Certifications Top Rated
Cisco Certifications Top Rated
MCSE Top Rated
MCSD Top Rated
Cooking Top Rated
Italian Cooking Top Rated
Vegetarian Cooking Top Rated
Wine Top Rated
Engineering Top Rated
Entertainment Top Rated
Health Top Rated
Nutrition Top Rated
Dieting Top Rated
Sex Top Rated
History Top Rated
Military History Top Rated
British History Top Rated
Middle East History Top Rated
Land Battles Top Rated
Naval Warfare Top Rated
Air Warfare Top Rated
9/11 Top Rated
Terrorism Top Rated
Home Top Rated
Mortgage\Home Equity Loan Top Rated
Cars Top Rated
Car Buying Top Rated
Sports Cars Top Rated
Cat Top Rated
Humor Top Rated
Horror Top Rated
Law Top Rated
IP Law Top Rated
Legal History Top Rated
Fiction Top Rated
Oprah's Book Club Top Rated
Medicine Top Rated
Cancer Top Rated
Stroke Top Rated
Heart Disease Top Rated
Fertility Top Rated
Diabetes Top Rated
Pharmacology Top Rated
Back Problems Top Rated
Menopause Top Rated
Thyroid Top Rated
Pain Top Rated
Organic Chemistry Top Rated
Immune System Top Rated
Mystery Top Rated
Nonfiction Top Rated
Outdoors Top Rated
Running Top Rated
Radio Control Models Top Rated
Guns Top Rated
Parenting Top Rated
Divorce Top Rated
Professional Top Rated
Reference Top Rated
Religion Top Rated
Romance Top Rated
Science Top Rated
Physics Top Rated
Chemistry Top Rated
Astronomy Top Rated
Psychology Top Rated
Science Fiction Top Rated
Sports Top Rated
Teens Top Rated
Travel Top Rated
USA Top Rated
Europe Top Rated
France Top Rated
Italy Top Rated
England Top Rated
China Top Rated
All Books Arts Biography Click Here For An A-Z Index Of All 213 Best-Seller Subjects Business Children's Comics
Computers Cooking Engineering Entertainment Health History Home Horror Humor Law Fiction Medicine Mystery
Nonfiction Outdoors Parenting Professional Reference Religion Romance Science Sci-Fi Sports Teens Travel
In Association with Amazon.com

Cache miss
(not cached)