Updates
Latest Tweet
What's New?
Check out for latest innovation, a computer based training video collection
Like this Page
ASP.NET by Example Review by Robert A. Reynolds
Sloppy editing
I bought this book recently to learn ASP.NET and feel I have mainly wasted my money. In the main the author simply has not put himself into the place of the newbie he aims the book at.
Rather than give opinions, let me quote specific examples from an early chapter. Listing 4.1 gives code to be added to the page_load method. When you try to run it it doesn't work. You find out 3 pages later that you should have added a group of "using" statements. It would have been easy to add these lines to the snippet, or at least give a forward reference to them.
In the same snippet you're invited to open a database named "pubs" (Publications) The following snippets perform various functions on this database. But this is not a standard database, and you're given no details of how it's put together so you can mock up your own in Access or whatever.
I advise against this book.