The ASP.NET 2.0 Anthology: 101 Essential Tips, Tricks & Hacks

The ASP.NET 2.0 Anthology: 101 Essential Tips, Tricks & Hacks
Authors
Scott Allen, Jeff Atwood, Wyatt Barnett, Jon Galloway, Phil Haack
ISBN
098028581X
Published
18 Sep 2007
Purchase online
amazon.com

An ASP.NET 2.0 book that just helps you get things done! This book contains a collection of 101 best practice, object oriented solutions that you can easily adapt to your own projects. Coverage includes: Working with text, numbers, dates & times Accessing data with ADO.

Page 2 of 2
  1. Editorial Reviews
  2. Customer Reviews

Customer Reviews

T. Morgan said
Although the tone and style vary pretty drastically in this book (as a asp.net blog reader, I think I can accurately guess who wrote what), the knowledge contained is very valuable. This book represents the difference between having a professional technical writer write a book and having actual, working professionals write a book. All of the authors are leaders (of a kind) in the field and I always felt like I was talking to a smart peer, rather than getting annoyed with the review of basics like I do in many tech books. I picked this up after working with ASP.NET for about 2 years. And I think having an intermediate understanding of the framework is the best prerequisite to approaching the material.

This multi-author approach to technical books is excellent and I'd like to see more of it. If you can get past the incongruous approach (really not a problem), the articles offer a wide range of great advice and best practices. Of course, some of it was review, but that's to be expected. I can say any review was a mere pittance next to most technical books. It really is what it appears to be: great practical advice by seasoned, intelligent professionals.

I like the Gridview chapter quite a bit. Frankly, THAT is what Microsoft should be releasing as documentation. The section on strings was cool too and I really liked all of the Core Library sections. I'll be honest here by saying that it took me a while to grok generics. This book helped perhaps more than any other source.

Bottom line: It's good, practical advice that I use on a regular basis. Even as a slightly dated publication, it's worth picking up.

Robert K. Leahey said
I was a long time (15 year) Windows application developer with no serious web development chops when I landed my first ASP.net project. I purchased this book (along with a couple others), and The ASP.NET 2.0 Anthology has thus far been a Godsend for me. It's organized in a very useful problem/solution format, and since I tend to know what I want to do, but not necessarily how to do it in ASP.net, this book ends up being the first one I reach for on my bookshelf.
Additionally, since the chapters are organized by type of problems, ("Membership and Access Control", "Working with Email", etc.) after I find my solution for one issue, I tend to read around the other solutions in that chapter, finding answers to problems I haven't yet run into, but will later.
Well done, guys.

William Addington said
This is not an ASP.NET for beginers book. But is far more than a recipe book. If you have already been developing ASP.NET applications, you can read through this book and immediately use the concepts to radically improve your solutions and to simplify development for future projects. Examples are thorough and clear. If you are an experienced developer and could only have one ASP.NET book, this would be it (for most other ASP.NET books, I can find the equivalent information quicker with Google, not true with this book)

Pat Brown said
This will be the last ASP.Net 2.0 book I will buy which is not saying it is the best one but it came late much later than any other release. I wish more books were written like this this but with just a little more meat. What software books should have is a developer and not a writer or publisher guiding the TOC. Web Page Development is not rocket science though many of these books that have 2000 pages or more make it out to be. What we need as developers is someone who has weeded though all of the features and shows you one maybe 2 methodologies and best practice for things like Class Development, Form Validation and Database Access, I mean that is 95% of the development in Database Web Development. What the authors have done here is assemble their best take on best practices for the big 3 functionality using ASP.Net 2.0 and I would give them 82-85% for effort. In some cases they really needed to flesh out more detail. In some cases they miss the mark but here is where they shine, they introduce you to ideas that will make a difference in you coding. I would rather have a thinner book introduce me to concepts I can use today and get more meat on googling the concept than another book that gives 40 pages on something you will never use. This book introduced me to good uses for Generics, Anonymous Delegates and Custom Controls both server side and javascript side so just those concepts were worth the price. If you are an intermediate ASP.Net programmer that has used .Net 2 for at least 6 months you will glean lots from this book.

Brad A. Williams said
After skimming through my new read I must say, SitePoint can write some amazing books! I love how each section is prefaced with a question:

"How do I read data from my database?"
"How do I use source control?"
"How do I require users to log in?"

This method seems to flow easier for me in understanding new development techniques and code.

If you are interested in learning ASP.NET 2.0 using C# or just looking to refine your ASP.NET 2.0 skills then this is a must read.

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil.” - Donald Knuth