We don't believe in brain dumps. We are a certification website dedicated to providing answers to your questions about mcad, mcsd .net, mcdba, mcsa, and mcse information, requirements, books, exams, and training to help you earn your Microsoft certifications.
Save money using this special offer discount voucher coupon code on your Microsoft Certified Professional exams from Pearson VUE testing exam centers Save on your Microsoft Certification
Exams with this discount voucher coupon code!Click here to find out how to save money.
MCSE exam discounts, MCDBA exam vouchers, MCSD .NET coupon codes
View my shopping cart containing certification books View My Shopping Cart
Certification resources including books, exam notes, training courses, training centers, bootcamps, and study websites.
No braindumps, just a wealth of information.
MCSE MCSA MCSD .NET MCAD MCDBA Training Centers
MCSE information, MCSE requirements, MCSE benefits, MCSE exams, MCSE questions, MCSE answers, MCSE study guides, MCSE help, MCSE bootcamps, MCSE training, windows 2003 exams
MCDBA information, MCDBA requirements, MCDBA benefits, MCDBA exams, MCDBA questions, MCDBA answers, MCDBA study guides, MCDBA help, MCDBA bootcamps, MCDBA training, SQL Server 2000 examsMCSD .NET information, MCSD .NET requirements, MCSD .NET benefits, MCSD .NET exams, MCSD .NET questions, MCSD .NET answers, MCSD .NET study guides, MCSD .NET help, MCSD .NET bootcamps, MCSD .NET training, ASP .NET exams, VB.NET exams, C# exams
MCSA information, MCSA requirements, MCSA benefits, MCSA exams, MCSA questions, MCSA answers, MCSA study guides, MCSA help, MCSA bootcamps, MCSA training, windows 2003 system administrator study notes
MCAD information, MCAD requirements, MCAD benefits, MCAD exams, MCAD questions, MCAD answers, MCAD study guides, MCAD help, MCAD bootcamps, MCAD training, windows 2003 certification exams
Click To View Larger Picture Beginning ASP.NET 1.0 with C#
by Chris Goode, John Kauffman, Christopher L. Miller, Neil Raybould, Srinivasa Sivakumar
List Price: $39.99
Our Price: $27.99
ISBN: 0764543709
Publisher: Wrox (June, 2002)
Edition: Paperback
Sales Rank: 26,665
Average Customer Rating: 3.88 out of 5
05
Buy now directly from Amazon.com
Purchase this book, safely and securly from the largest book dealer on the Internet, Amazon.com
VUE Voucher Number, Save money on all your Microsoft Certification Professional (MCP) Exams taken at Pearson VUE examination testing centers. No catch, 100% legitimate. Click to get the Voucher Number ( Promotion Code, Coupon Code ).

Customers Reviews:
Rating: 5 out of 5
05
Great resource. Basic but very Useful.
Excellent resource for all ASP.NET AND C# beginners. as well as a quick reference for C# and some ASP.NET basic configuration. These guys did a great job in putting together a logical sequence of chapters that will help the reader successfully learn to code basic ASP.NET web pages using C#. I especially like the general overview of the C# language and Object Oriented programming.

Know what you are buying, because some readers commented it was "A bit too basic" and that is probably a technically correct statement however relative to your level of expectation.

I used it to first phase into ASP.NET for which it was extremely helpful. Later in the development cycle of my initial application the book lost its use but I keep coming back to it for quick reference.

A must for anyone coming from a classic ASP development environment into ASP.NET, C# and Object Oriented Programming. Worth every penny.


Rating: 5 out of 5
05
Best Beginner's Book
Not having written code in 6 years, this book was the perfect coding refresher and ASP.NET primer. After sifted through a dozen titles, I finally settled down and worked through this ASP.NET text cover to cover. It was the only book that didn't have gaps in explaning fundamental concepts and C# syntax.

As someone who programmed in java a lifetime ago and who has not had much web development experience, this book was perfect. In other books, authors often skipped fundamental concepts that are not obvious to novice web developers. Despite the slew of authors, this book manages to stay cohesive and anticipate newbie questions. At times the book is pedantic to people who can code. But that's the price you pay for completeness.

The general approach of the books is to focus on funcationality. You start with small applicable concepts and work towards the greater understanding. For some people, this will be unsatisfying because you don't get to the more powerful aspects of ASP.NET until later in the book (ex: code-behind and the separation of the data, logic, and presentation layers is not explained until the final chapters, whereas this topic is dealt with early on in most other books). But I found the approach effective.

Conclusion: if you don't mind a refresher on coding (e.g. re-learning how hash tables work or 'value vs ref passing'), you have little web dev experience beyond playing with HTML, and you know nothing about ASP.NET, this is the best book on the market! The book stays focused on core topics and leaves the bells & whistles of ASP.NET to other books. You can work straight through and develop the understanding you need to build ASP.NET pages.


Rating: 2 out of 5
05
Very poor coverage
Firstly if you own this books predecessor (Beginning ASP.NET using C#) then you don't need this book. The two books are practically identical. The only real difference is that this version includes a security chapter in place of the three appendix sections included in the previous version. There are some minor differences in many of the code explanations but I actually found these slight changes confused the issue as opposed to improve it. To be honest I don't see how Wrox Press can justify the different authors on the cover of this version, it really is 95% identical to it's predecessor, I get the impression this was a tactic to fool the customer into thinking it is a totally different book. They told me the two books were different and that I should buy the latest version, I did, they aren't, and I feel deliberately cheated.

The book itself has many problems, and it's difficult to know where to begin. First there are bundles and bundles of errors, far more than documented by Wrox (as usual). Interestingly many of the errors in this version existed in the previous version, so clearly Wrox quality control (if it exists) failed not once, but twice to identify these errors; that's inexcusable. The errors aren't just in the code, or in the explanations, but they are also in the author's knowledge of .NET. For example, they claim shared members can be accessed from instances of a class as well as the class itself, this isn't the case in C#. You can only access shared members via a class, and not an instance. This error is repeated several times, they even make a special point of it for you to note; very embarrassing. Also, there are times when examples don't work, as important information has been left out (writing to an event log springs to mind). The book is disjointed, you get a code example and then you're told an explanation won't be provided at that point as it is covered later in the book, so you end up jumping back and forth, this occurs far to often for comfort. You're also left hanging time and time again as crucial information is left out.

Although this book does attempt to teach C#, the coverage is a bit limited, and in some areas examples are clearly required but are lacking. As another reviewer suggested, it would be better to know C# before using this book, alternatively you may get by if you have a good C# book to hand to help you through (as I did).

Although there are questions at the end of most chapters, there are only answers to about 5 chapters available from Wrox, the answers to the questions for all the other chapters don't exist.

Another big problem is that examples lead you through a mish-mash of classes with no explanations on what the classes are or what they do; no single class within the entire .NET Framework Class Library is covered properly, many are used but not given any mention. The coverage for the classes, that are mentioned in the explanations, is always grossly incomplete. I found that time and time again I had to go to the .NET documentation to find out what the book was leaving out, I honestly spent far more time in the documentation than using the book, as the book kept raising so many questions. Just remember that for each method or property covered there are 20 times that much not covered for that class.

Chapter 14 on server controls tried to get you to run before you could walk (actually it was more sprint before you could crawl), you'll spend hours in the .NET documentation trying to work out the final two big examples in this chapter, what a mess!!! For me this was the worse chapter in the book. For a beginner you need to show small examples, covering the concepts first, before showing a big example, well this chapter skips smaller examples and just chucks two huge and exceptionally poorly explained ones at you. This is really the most idiotic approach when dealing with a beginner.

None of the form controls were covered properly. For instance they give you a small grossly incomplete list of attributes for the label control and then just say the other controls generally use the same ones. When you go to the .NET documentation you find that each form control has a huge volume of very useful attributes you really should know about, they should have made an effort to cover form controls properly.

The different writing styles of the authors does cause confusion, you also realise that some authors aren't as sure of their coding as others. For instance for a Page_Load event some authors include the object and EventArgs parameters but others don't. As a beginner I was wondering if there was a reason why, and which way was correct, but of course you're not told as it's just the authors own style. Wrox should have picked up on the glaringly obvious like this, but unsurprisingly, failed to do so.

Operator overloads has exceptionally poor coverage, no working examples. I actually got the impression the author didn't really know it that well. Chapter 9, which covers 'shared members and class relationships' is pretty poor as well, this is a very important and powerful area of .NET and the author didn't know how to convey this information at all. The examples are useless, the author even states things like 'this example is way off perfection', and, after giving an example that isn't actually the way you should do something would state, 'what we ought to have done'. It leaves you not knowing when you should apply a particular concept or even if you applied it correctly. I could go on and on about the failings in this book, there really are so many issues to raise, but I won't completely bore you.

So much is left out of this book that was required, and would have taken very little effort to include. Unfortunately being first to press seems to be more important to Wrox Press than quality. In all honestly the whole book feels more like an overview look at ASP.NET rather than a tutorial. Should you get this book you better download the .Net Framework SDK as you're really going to need it.

It amazes me that others have given this book such good reviews. The mind boggles as to how they approached this subject. Did they bother to research each class properly? Did they study this book thoroughly, or did they just read it like a novel? Did they actually try the examples bearing in mind many don't work? I never expected this book to have complete coverage, that would be silly, but I did expect the coverage to be much better than this. Ultimately all this book will succeed in doing is giving you a very basic foundation in ASP.NET, and a shaky one at that. The book should have been bigger and far more thorough. I gave the book two stars as opposed to none as you could argue, from time to time, that it might be the nature of the beast rather than the failure of it's authors. The book does have its good points but sadly they're hard to remember as the bad points stand out more.

Finally, when will Wrox Press wake up and release that 'to many cooks spoil the broth'?

Similar Product:
Essential ASP.NET With Examples in C#
Essential ASP.NET With Examples in C#
 

Please note: Checkout and payment processing is done safely and securely through Amazon.com.
Prices (as shown) are subject to change without notice and cannot be guaranteed.
Email this page to a friendEmail this page to a friend Correction/Comment/Suggestion Regarding This PageCorrection/Comment/Suggestion Regarding This Page?
©2003 CertificationWorks.com  Privacy Policy | Terms of Use | Contact Us
Microsoft Corporation in no way endorses or is affiliated with CertificationWorks.com.  All trademarks displayed on this website are trademarks of their respective owners.