|
Product: Book - Paperback
Title: A+ Certification for Dummies Publisher: For Dummies Authors: Ron Gilster Rating: 1/5 I bought this book for my husband because he wants to get A+ certified in a couple months. I started flipping through it and got hooked on all the things I should be doing to maintain my computer. It is very easy reading and easy to understand.
Product: Book - Paperback
Title: Thinking in C++, Volume 1: Introduction to Standard C++ (2nd Edition) Publisher: Prentice Hall Authors: Bruce Eckel Rating: 5/5 Personally, I found this to be the best C++ book for me, as I am a self-taught and language-independent programmer. When I found this book, I was amazed at how simple C++ could be. When I had first learned C++, it was taught to me in a way that prevented me from understanding the advanced concepts, which are quite beyond the skills of the advanced programmer. I recommend this book very highly, but be very careful of your reasons for buying this book. 1. This is NOT a book that should be used as a teaching tool in a class - it is self-paced.2. This is NOT a book that should be used by the beginning programmer - only people with some programming experience should purchase this book3. This book is NOT for the expert for use as a reference, as it is instructional in nature. Some people have strange ideas about what the author intends his work to be used for, which are contrary to what the author himself explains in the preface. Be sure to read the preface online at the author's website (http://mindview.net) before purchasing this book.
Product: Book - Paperback
Title: Advanced CORBA(R) Programming with C++ Publisher: Addison-Wesley Professional Authors: Michi Henning, Steve Vinoski Rating: 5/5 I have worked extensively on ORB development, and I can honestly say that this is the only book I have seen that I refer to regularly other than the CORBA spec. It is the only text that is (mostly) current with the spec, and it provides real insights into many frequently asked CORBA questions, such as object reference identity and persistence, memory management, and the POA. Most ORBs don't have the POA yet; they will by mid-2000. It was an important and correct decision by the authors to include it instead of the BOA, most of the details of which are vendor-specific anyway (that's why the POA exists). Note to BOA lovers: sorry, the BOA is no longer part of the spec. ORB vendors are free to keep it around, and many do, but it's only because they're nice. The POA is so vastly superior that the only reason you would use the BOA is if you have an existing code base to maintain. This is not a book for beginners, grazers, or wanna-bes; it is a book for serious, working practitioners, and it works best as a reference (although you can read it cover to cover). It is also C++-specific; it is the best CORBA book available for any language, but programmers who don't know the CORBA interface language mappings in both C++ and another language will not know which parts are C++-specific and may be confused or frustrated. The CORBA C++ mapping is by far the most complex, so it makes sense to do this one, but be forewarned that the early chapters on the C++ language mapping will be of marginal use if you are not a C++ programmer. The POA section makes the POA sound harder than it is for most applications, and does not provide complete detail on POA policies and architecture, but it is close. Your alternative is to read the CORBA spec (a horrifying prospect for most people), or your ORB vendor's documentation (sometimes adequate, sometimes not). Flaws? Yes. Alternatives? No. If you are a CORBA programmer and you don't like reading the CORBA spec, BUY THIS BOOK.
Product: Book - Paperback
Title: ASP.NET Cookbook Publisher: O'Reilly Authors: Geoffrey T. LeBlond, Michael A. Kittel Rating: 4/5 ASP.NET Cookbook Authors: Michael A Kittel and Geoffrey T. Leblond Published by O'Reilly Books ISBN 0596003781 Reviewed by Steven Mullins, HuNTUG member This was a hot book for me, I really get the feeling after reading this book that I can comfortably start to write my own code and see some success instead of just errors and copying open source. If you want to see some of the basics of what the book is actually doing you can go to the website and see a host of examples. www.dominiondigital.com/aspnetcookbook/errata.aspx and you can find the controls and how they work and what the end result looks like by chapter and example. This book is well laid out in its basic approach to teaching going from the first look to the more custom data controls. The highlight for me that I had not seen anywhere else was the section on displaying user friendly-error messages. The one thing I disagree with is instead of including the information in the book there are a lot of references to other O'Reilly books. I am aware that is the livelihood of some but not all of us want to buy twelve books for reference. I enjoyed the common sense way the book flowed, the Problem, Solution, and Discussion format added to the ease of explanation of the coding and why things are done in a certain manner. There are huge amounts of code and examples in both VB and C#. The chapters are well covered from user controls through tracing and debugging. The chapter on configuration was well covered and even covered adding personal tweaks to the web.config. The book then leads into the area of real time for all users and that's getting the info out on the web, to include the aspects of imaging and caching information. I really appreciate the way the hints and tips were covered as well as the cautions. Overall there were many areas of the book that were just what the coder ordered and serve's the average beginner to intermediate user. Those in the community that have the skill set already down may not be as impressed with the information. As a beginner myself I thought the book was well worth the read and I plan on using the information on my first web based application I am starting to write.
|