Most Helpful Customer Reviews
21 of 24 people found the following review helpful:
5.0 out of 5 stars
Great book for the computer professional...., May 13, 2008
I have been using the Murach books for a number of years, and have
never been disappointed. I also read many other computer programming
books, but Murach books constantly prove superior.
The one best thing that sets the Murach books apart is the complete
application given at the end of the chapter. It's difficult to learn
a new language by just working with snippets of code. Murach puts
together an entire business application to demonstrate the concepts of
the chapter, and this more than anything else will help the programmer
on the job.
Another good thing about the Murach approach is that the applications
are business-related, which is what most programming is all about
today. Other books have silly applications with animals and games. I have nothing against animals and games, but do not want to see this in a
computer application.
Finally, I have found with other computer books that their code is
often not tested properly. When I try to use their code, the
programs often don't work correctly and are riddled with errors.
These books have many errata on their web sites. But why couldn't
they get it right in the first place. To me this is just sloppy,
sloppy work. On the other hand, with Murach, the code works properly
the first time. Murach took the time to do it the right way.
I completed reading and working with the programs of nearly all the
25 chapters in this book.
My Rating: 5 stars out of five.
Thank you Mike Murach and Anne Boehm for getting it right!
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No
9 of 9 people found the following review helpful:
4.0 out of 5 stars
Solid intro to VB, but more oriented towards VB2005/2008 than VB2010, January 30, 2011
This review is from: Murach's Visual Basic 2010 (Paperback)
I like Murach's books more than the programming series of most other publishers, because of their hands-on style. Other books contain verbose texts, many of which have an uncanny similarity to Microsoft help texts, which tend to be written in a rather lawyerly style, followed by clunky examples, which bury a selected language feature within 50 or 100 lines of other code. Murach's books provide a healthy proportion of down-to-earth explanations combined with simple, short examples showing the correct syntax. Text on the left page, code examples on the right page.
But Murach's Visual Basic 2010 is a disappointment. I have not read earlier editions like "Murach's Visual Basic 2008" or 2005, but to me, it looks as if most of the book has not been updated to include many of the new features that have been introduced with VS/VB2008, to say nothing of VS/VB2010.
2010 features that are not touched by the author:
parallel programming (in my opinion, THE new feature for an IT world that increasingly relies on multicore systems), surprisingly not even the older VB2005/2008 feature of Threads is covered; no multiline lambda expressions and lambdas in general, covariance+contravariance. Nothing on delegates, Regex string manipulation, COM. LINQ, XML (VB2008) and the With collection initializers are covered, though.
The book is still very useful as an introduction and reference for the VB language features known since VB2005, but in order to make it clear that its 800 pages will hardly provide new insights to non-novice VB developers, a more appropriate title or at least subtitle might have been: "Beginner's Visual Basic 2005 plus selected VB2008 features such as LINQ". As such, I'd recommend it to every VB novice.
Is my view biased? 800 pages are not enough to include arcane language features like Parallel.For and parallel Tasks? Maybe - but Microsoft considered their addition relevant enough to sell them as their new VS2010 edition, thus a VB2010 book title should perhaps not omit so many of these edition-defining new features.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No
11 of 12 people found the following review helpful:
4.0 out of 5 stars
Great for Beginners to Intermediate, June 19, 2008
This book is easy to read and follow and doesn't induce sleep even after lunch. One way this is possible is the unique layout of the book: facing pages contain narrative on the left and examples on the right. This makes it easy to glance back and forth between the text explaining some subject on the left page and the example illustrating it on the right. I was a bit suspect of this layout at first, but before the 1st chapter was out I found myself liking it a lot. Another layout difference that I appreciated is the physical size of the book. At 8 inches wide by 10 inches tall, it's a bit bigger than most technical books. This helps get the examples on the page without squeezing the font down to unreadable sizes.
Beginning programmers will find the first two sections (the first 12 chapters) ready for immediate consumption. These chapters begin with an overview of the IDE, move on to basic Windows Forms concepts and then cover VB language basics. More advanced programmers can either skip or skim these chapters: the engaging writing-style (almost tutorial without talking down to the reader) and unique layout (the facing-pages) will hold your attention. You might even learn something you didn't already know.
Later chapters cover Database programming (including bound controls, data sources and datat sets, and ADO.Net), Object Oriented Programming (with copious examples of VB syntax), File IO, XML, and a brief explanation of LINQ.
Note that this book DOES NOT cover asp.net web programming using VB.Net. That topic is covered in other books by Murach books ( Murach's ASP.NET 2.0 Web Programming with VB 2005 for one). This is probably a good thing, since - at 797 pages - this book is long (and heavy) enough.
Overall, I really liked this book. It was easy to read, easy to understand and held my attention through its explanations and examples.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No
|