ASP.NET 2.0 MVP Hacks | 
enlarge | Authors: David Yack, Joe Mayo, Scott Hanselman, Fredrik Normen, Dan Wahlin, J. Ambrose Little, Jonathan Goodyear Publisher: Wrox Category: Book
List Price: $39.99 Buy New: $1.99 You Save: $38.00 (95%)
New (36) Used (23) from $1.34
Avg. Customer Rating: 5 reviews Sales Rank: 415522
Media: Paperback Number Of Items: 1 Pages: 432 Shipping Weight (lbs): 1.4 Dimensions (in): 9 x 7.4 x 0.9
ISBN: 0764597663 Dewey Decimal Number: 005.276 EAN: 9780764597664 ASIN: 0764597663
Publication Date: May 30, 2006 Availability: Usually ships in 1-2 business days Shipping: Expedited shipping available Shipping: International shipping available Condition: SHIPS TODAY!! BRAND NEW BOOK
|
| Also Available In:
|
| Similar Items:
|
| Editorial Reviews:
Product Description
- This unique book offers readers invaluable information from the cream of the crop-Microsoft MVPs-who are now sharing undocumented hacks for the first time
- Packed with superlative advice on ASP, Microsoft's popular technology for Web sites, this book will help readers become more productive developers, find solutions to problems they thought unsolvable, and develop better applications
- During their many years of working with ASP.NET, Microsoft MVPs have answered thousands of questions, putting them in the distinctive position of knowing exactly what readers need to know
- Many of the hacks will apply to multiple versions of ASP.NET, not just 2.0 but 1.0 and 1.1 as well
This book is also available as part of the 5-book ASP.NET 2.0 Wrox Box (ISBN: 0-470-11757-5). This 5-book set includes: - Professional ASP.NET 2.0 Special Edition (ISBN: 0-470-04178-1)
- ASP.NET 2.0 Website Programming: Problem - Design - Solution (ISBN: 0764584642 )
- Professional ASP.NET 2.0 Security, Membership, and Role Management (ISBN: 0764596985)
- Professional ASP.NET 2.0 Server Control and Component Development (ISBN: 0471793507)
- ASP.NET 2.0 MVP Hacks and Tips (ISBN: 0764597663)
- CD-ROM with more than 1000 pages of bonus chapters from 15 other .NET 2.0 and SQL Server(TM) 2005 Wrox books
- DVD with 180-day trial version of Microsoft(r) Visual Studio(r) 2005 Professional Edition
|
| Customer Reviews:
Tips and Tricks from MVPs January 10, 2007 1 out of 1 found this review helpful
ASP.NET 2.0 MVP Hacks and Tips from WROX is a compilation of tips provided by ASP.NET MVPs David Yack, Joe Mayo, Scott Hanselman, Fredrik Normen, Dan Wahlin, J. Ambrose Little, and Jonathan D. Goodyear. Who better to glean tips from than MVPs!?!?
The book is not not an A-Z C# reference or complete primer for Asp.NET nor is it meant to be. It is exactly what the title says it is, a collection of tips that should help you be more productive in your daily tasks. Because of this the target reader should be familiar with developing web projects using ASP.NET and the ideal reader would be a .NET web developer, either professional or hobbyist. Depending on your experience level and knack for gathering these types of things there some things in the book that you may already know or use, but I bet you will at least learn a thing or two.
Chapter 2, "Getting Started" offers some excellent suggestions for organizing your projects/solutions ,including recommending a base class for your pages. Later chapters on providers, debugging, viewstate, cache and deployment proved to be a good refresher and taught me more than a handful of things I didn't know. Scott Hanselman's chapter on Http Handlers and Modules was outstanding as well. Any reader of his blog will find him/herself right at home.
The book was a pleasure to read and is one of those that will have to remain close by so that I can pick it up and browse through it again from time to time. I believe that every time I read it I will find something new - like watching a favorite movie.
I highly recommend the book to anyone doing ASP.NET development, especially those that are already fans of the authors - like me :)
Little value to this book, surprising for a Wrox title November 9, 2006 2 out of 7 found this review helpful
Wrox titles are usually well written and have a unique everday developer-centric perspective. This title does not live up to that standard.
First of all, they should stop printing books for beta and pre-release versions of products. Much of this book refers to features that have changed since ASP.NET 2.0 went gold.
Second, one section that I had a particular interest in, URL Rewriting, basically gave a three page review of what it is, and referred the user to go to blog to download code and read more about it. This is not what I would expect as a "MVP Hack"
Third, there were very few useful hacks in here. The O'Reilly Cookbook series is SO MUCH better than this. I don't know if there is an O'Reilly ASP.NET 2.0 book, but the authors of this Wrox title should read it and rewrite this book.
Great Ideas for Advanced Sites July 19, 2006 6 out of 6 found this review helpful
"ASP.NET 2.0 MVP Hacks and Tips" isn't really a reference guide or your standard tutorial manual. Rather, it's more like a cookbook - "here are some interesting things you can do in ASP.NET 2.0 and here's how to do them."
Each chapter in the book covers a topic like "Providers," "HttpHandlers and HttpModules," and "Master Pages" and goes into a few neat things you can do with each. The hacks and descriptions are written in an easy to understand way that makes them simple to adopt for your own purposes.
It's hard to say whether the book will be of help to you or not. As each hack applies to a pretty specific problem being solved, you'd really need to scan the table of contents and see if your application is facing any of these problems or has requirements that touch on any of the areas covered. On the other hand, just scanning through each hack causes you to think about the various ways you can apply what's being described, so there might be some value to you just in the inspiration they bring.
Entry level ASP.NET developers might be helped by looking at the code and learning from it, but the concepts really are more intermediate or advanced level. If you're starting your first ASP.NET site, this is probably not your book; if you have a few under your belt, it could help you out.
While it's not obvious from the title, some of the hacks can be used in ASP.NET 1.1 as well, so for folks not quite up to 2.0, the book still holds some value.
The only downside I really found with the book was the organization. The order of the chapters feels slightly arbitrary, starting with a potpourri chapter that covers a lot of topics, moving into client-side hacks, then server-side, then into deployment and development hacks, back into server-side hacks. If you read from front to back, it makes you wonder why they didn't take two hacks that both deal with the same topic and put them both in the same chapter, or why they didn't centralize all of the control-based hacks, all of the handler/module hacks, etc., into sections of the book closer together. Finally, there's a distinct lack of cross-referencing, which belies the multi-author nature of the book: both chapters 1 and 17 talk about a URL rewriting hack, but neither references the other. It would have been better to put all of the URL rewriting information together, or at least mention in each something like "this topic is also discussed in chapter X." I knocked my rating down a star for poor organization.
Overall it's a pretty good book and offers some interesting ideas for fixes to problems that many intermediate/advanced ASP.NET developers have encountered (or will eventually encounter). A good addition to your bookshelf.
Except for the Name, Very Valuable Stuff July 12, 2006 4 out of 5 found this review helpful
I think there needs to be a new word invented. Hacks or hacking as used in this book title relates to hot shot, sophisticated, creative coding rather than in the bad sense of hacking into someone's system.
The book is written by a series of guys who have been working for years with Microsoft's ASP.NET. They probably started off with ASP.NET on the first version. They've been through each version up to now trying things, working around things, finding ways to make it do what they needed. Being Microsoft MVP's (Microsoft Most Valuable Professionals) the ASP.NET development team listens to them somewhat more than they would listen to the average fellow sending them an e-mail.
Any these guys developed these hacks, or creative solutions, or cool code snippets, or undocumented features and a lot of the ones they developed in earlier versions have made it into the standard code. Here is what they have discovered with ASP.NET 2.0.
This is not a book for beginners, but if you are up to intermediate status here are a bunch of things that will help you make your next project better. These hacks do things that these guys have found desirable. You're likely to find a good idea or two as well.
Want to expand your development skills? May 30, 2006 13 out of 15 found this review helpful
With the word 'Hacks' in the title, this may throw a few people a 'curve' ball, as it were. As explained inside the well-known Wiley (Wrox) red covers, some people call them 'creative solutions'. Some people call them Tips and Tricks. In this writer's opinion, 'Creative Solutions' is a much better name for what's inside. The code explained starts by showing how v2.0 of ASP.Net took some of the 'hacks' or 'creative solutions' for 1.1 and incorporated the obvious needs inside v2.0. Then, the writers take what's given in v2.0, and extend that much further, finding the 'shortcomings' and extending the possibilities much further.
A few pages in the beginning, along with an entire chapter (16) deals with Master Pages, one of the more colossal additions to ASP.Net 2.0, and rightly so, having its origins in Paul Wilsons Template pages, back in the 1.x days. Again, this book takes a quick look at how to build Master pages, along with Content pages, and then shows how to extend and nest them. But, then, this is only a start.
When reading this book we are taken through the steps of adding client side scripting to GridViews (and much more), creating your own RSS viewer control, through Cache, Viewstate, Security and Deployment hacks/tips, and finally ends up with HTTP Handlers and Modules.
This book is not a beginner's book, by any means, but it can take an intermediate or even advanced developer and really help him/her get to the next 'level'. Looking back, it's just as much as an 'eye-opener' type of book. Yes, it shows code and explains how to do a whole lot of new programming, but just as much, it expands your horizons, enabling you to not only see those horizons, but realize then, how to get past them.
If I were to find one fault with the book, it would be that 90% of the code samples in the book are with C#. There are a few VB.Net samples sprinkled here and there, but coming from a VB.Net development background, I did find this a shortcoming. However, if that's all that I could find as a 'con', the 'pros' far outweigh them.
|
|
|