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

  Author:    Scott Allen, Phil Haack, Jeff Atwood, Jon Galloway, Wyatt Barnett
  ISBN:    098028581X
  Sales Rank:    117783
  Published:    2007-07-15
  Publisher:    SitePoint
  # Pages:    500
  Binding:    Paperback
  Avg. Rating:    5.0 based on 6 reviews
  Used Offers:    8 from $21.78
  Amazon Price:    $30.36
  (Data above last updated:  2008-10-09 05:28:07 EST)
  
  
Sort customer reviews by:
  
Show All Reviews on Page      Hide All Reviews on Page
   
  
The ASP.NET 2.0 Anthology: 101 Essential Tips, Tricks & Hacks
  
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.NET
  • Form validation under multiple scenerios
  • Page, Session and application state tips
  • Access control in web applications
  • Producing standards compliant output
  • Enhancing applications with AJAX
  • Working with Email
  • Handling errors and debugging
  • Performance tips and pitfalls
  • And much more!

    As a bonus, all book buyers get download access to the code archive which has all the examples in the book in both C# and VB.

  •                   Reader Reviews 1 - 7 of 7                 
      
      
    Review
    Date
    Review
    Rating(5 High)
    Review
    Helpful
    to:
    Customer Review Reviewer
    Info
    Permanent
    Link
    Reader Reviews Below Sorted by Newest First
    06-25-08 5 (NA)
    (Hide Review...)  Valuable resource
    Reviewer Permalink
    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.
    (Review Data Last Updated: 2008-10-08 04:44:57 EST)
    03-15-08 2 (NA)
    (Hide Review...)  It is for beginners
    Reviewer Permalink
    I purchased this book due to the reviews here stating that it wasn't a beginner's book. I'm going to have to disagree. It's very basic and straight forward and there's nothing wrong with that, it's just not what I was expecting. My expectations were to learn something from each page or at least each chapter. 101 essential tips turned out to be a few decent ideas with a heap of back to basics.

    If you've already got a handle on visual studio and have a few sites completed then you probably already know most of this book.
    (Review Data Last Updated: 2008-03-16 23:23:42 EST)
    01-14-08 5 1\1
    (Hide Review...)  First book I reach for...
    Reviewer Permalink
    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.
    (Review Data Last Updated: 2008-06-27 04:46:32 EST)
    01-06-08 5 1\1
    (Hide Review...)  Improve your projects
    Reviewer Permalink
    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)
    (Review Data Last Updated: 2008-01-18 10:55:21 EST)
    12-01-07 4 (NA)
    (Hide Review...)  Better Late than Never
    Reviewer Permalink
    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.
    (Review Data Last Updated: 2008-01-06 23:21:09 EST)
    11-17-07 5 1\1
    (Hide Review...)  excellent ASP.NET book
    Reviewer Permalink
    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.

    (Review Data Last Updated: 2007-12-02 01:24:07 EST)
    10-30-07 4 3\3
    (Hide Review...)  Great for "Sharpening the Saw"
    Reviewer Permalink
    I just got through reading The ASP.NET 2.0 Anthology and I have to say, I liked it.

    Anthology is a "cookbook" approach at showing different tips and tricks for working with ASP.NET 2.0. If you've never set foot in ASP.NET land, this isn't for you - it's not a "newbie trying to learn ASP.NET" book. It's more of a "moderately experienced ASP.NET developer trying to sharpen the saw" book.

    The voice of the book is fairly informal, which makes it nice - like you're learning tips from a friend, rather than being dictated to. Even some of the code snippets - which are shown in a nice, easy-to-read format - inject humor (watch for the Office Space references in the "Working With Email" chapter). It made the book really easy to get through and understand.

    The book covers a large range of topics, from error handling to membership and role providers to form validation. What was a pleasant surprise to see is that it covered a lot of things many other books don't, like project format, source control, and usage of popular third-party libraries (e.g., log4net and SubSonic). There's discussion of non-ASP.NET issues like design patterns and practices, data access layer usage, and basic SQL Server query optimization - things that a reasonably experienced ASP.NET developer bumps into on occasion but may not have had time to delve into. It even addresses differences for users of the Visual Studio Express Editions, who normally get sort of "left by the wayside."

    There were really only a couple of minor issues that I found with the book.

    First, there's a chapter in there called ".NET 2.0 Core Libraries" that looks as though it's intended to give an overview of, well, the .NET 2.0 core libraries... but in the 30 pages allocated to the topic you can barely scratch the surface, so it generally comes off as slightly schizophrenic, hopping from topic to topic.

    The other issue I found is that there are some surprisingly good "nuggets" of information that seem misplaced and, in some cases, outright hidden, in the book and deserved a little more time in the sun. For example, cross-page postbacks were sort of hidden in the "Component-based Development" chapter and asynchronous pages were hidden in the "Working With Email" chapter. Interesting and valuable information that just sort of felt "out of place."

    Overall, the content of the book far outweighs any of the minor organizational problems you run into. If you're looking for something to learn from and spark ideas of ways to make better ASP.NET applications, this is a great book.
    (Review Data Last Updated: 2007-11-18 09:29:20 EST)
      
                      Reader Reviews 1 - 7 of 7                 
      
      
      
      
      
      

    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)