|
|||||||||||||||||||||||||||||||||||
|
22 Reviews
|
Average Customer Review
Share your thoughts with other customers
Create your own review
|
|
Most Helpful First | Newest First
|
|
18 of 20 people found the following review helpful:
5.0 out of 5 stars
Good at exactly what the title says,
By Jeremy Patterson (Software Developer) (Upper Arlington, Ohio United States) - See all my reviews
This review is from: Visual Basic .NET Class Design Handbook (Paperback)
I had to write this because I get sick of some of the reviewers just slamming stuff for the wrong reasons. First of all, the book definitely does a good job of teaching those who are new to .NET, and more specifically those coming from VB 6 or other non-OO languages, how to design OO classes in VB.NET. It is more of a design book for YOUR classes and not how to derive from forms. Just about EVERY .NET book I've picked up has shown me that, so thank GOD this one came from an angle that I may want to design a class. I would imagine that if you're a C++ programmer you wouldn't want to pickup this book because it says Visual Basic .NET Class Design. If you come from a C++ background, I have to assume that you probably want to use C# since A: it is obviously closer to home with what you've been using and B: there are some features that it implements that VB.NET has been left out in the dark on once again. If you want to get a handle on VB.NET class design, especially if you're coming from VB 6, you should start with this book. The main reason is that it just covers the OO facets that will be very new to you in .NET. Instead of being overwhelmed by some other books that hit you with a lot at once, this book will help you with the new adventure into OO programming. You will definitely need to pickup a couple other books, but this book is a GREAT starter book. To give this book 1 star for errata or for saying it talks to you like you're stupid is absurd. Take these with a grain of salt as they don't even post what they do for a living in their profile. I have developed business applications for 4 years and they are crazy for knocking this book in that fashion.
13 of 14 people found the following review helpful:
5.0 out of 5 stars
OOP Complexities Made Simple,
By "music_guru" (Canada) - See all my reviews
This review is from: Visual Basic .NET Class Design Handbook (Paperback)
This is the 2nd book in the Wrox Handbook series I have read. The series is AWESOME - all meat and no bones. This book managed to take OOP concepts that illuded me in my college C++ text book (1000+ pages) and make them all very simple and usable in around 350 pages.For moving from VB6 to VB.NET, this book is essential. The book covers as much about concepts as it does about VB.NET's specific syntax, so C# programmers might enjoy the read as well. C# translates to VB.NET almost line for line in my experience (I'm reading a book on GDI+ for C# now and writing all of the examples in VB.NET with no problems). Another nice thing is that the book breaks down the compiled code and shows you how it runs behind the scenes. They explain everything with no knowledge of MISL required, and these examples made me realize that EVERYTHING is just a realy cool shortcut to a method or a memory address. The book also made quick and EASY work of more difficult topics (or at least I used to find them difficult) such as Deligates and Polymorphism. These topics make perfect sense now and I'm finding ways to make use of them to save me dozens (and sometimes hundreds) of lines of code. They had a few places where I felt a slightly better example could have been presented or felt that they left out an important 1-line best practices snippet but those places were very few (maybe 3 places - so, once every 112 pages). Frankly this would be the case in any book on OOP. Honestly, Wrox's book on OOP far exceeds anything I have ever read before and I feel that it took my programming up not just one but two levels. I feel that I'm now a FAR more capable and compitent programmer for having read it. 5 Stars for a VERY complete book on OOP in an easy-to-read, compact form. I'm glad to see that there are now 7 handbooks out with more on the way. These handbooks are great for the VB.NET programmer. Way to go Wrox!
12 of 13 people found the following review helpful:
5.0 out of 5 stars
Surprisingly good,
By A Customer
This review is from: Visual Basic .NET Class Design Handbook (Paperback)
I'm only a few chapters into this book and I'm already finding it to be very good. I really like the writing style. As an experienced VB 6 developer I have struggled with some of the new terms in .NET. I think this book is doing a good job explaining the terms and giving some practical explanation about their use.Most of all the book is highly focused on Class Design and the specific details of the .NET world. Its also not a big book, so won't be hard to read in a short period of time.
14 of 16 people found the following review helpful:
5.0 out of 5 stars
Superb:-),
By A Customer
This review is from: Visual Basic .NET Class Design Handbook (Paperback)
As an experienced VB6 developer I was always frustrated by the lack of OO capabilities. .NET fixes this. This book provides the right balance of reference material and tutorial material. It serves well for wanting a quick answer and equally as well as a general OOP guide specific to VB.NET. I particularly like the 'best practice' feel of this book. .NET as a whole is quite daunting for VB6 developers; we almost have too many options now available. Learning VB.NET from a VB6 background can be confusing because it's difficult to know where to use all of these new techniques now available. This book goes a very long way to showing us how to write VB.NET classes in a pragmatic way.
4 of 4 people found the following review helpful:
5.0 out of 5 stars
Well worth the price,
By
This review is from: Visual Basic .NET Class Design Handbook (Paperback)
This is one of the better Wrox Handbooks and I really liked it. This isn't exactly a guide beginners guide on class design, nor is it an experts book..but it does one thing very well, if you are new to VB.NET or .NET and you know what you want your classes to do, this book will show you how to accomplish it. Moreover, there are some good examples and it can get you thinking in different directions.They were a little skimpy on issues like using Properties vs. Public Variables (and if you move to .NET, you will have to fight VB6 programmers clinging on to bad habits of the past), but overall, I think the book does a great job at what it advertises itself to be. Also, the discussion on Delegates and event handling was particularly helpful if that's your interest.
6 of 7 people found the following review helpful:
5.0 out of 5 stars
A must have for VB6 developers being .NETified!,
By
This review is from: Visual Basic .NET Class Design Handbook (Paperback)
This book is fantastic. If you are a VB6 developer and you want to understand this monster called .NET, then you need to check out this book. This book covers reference types vs. value types, properties, methods, garbage collection, proper OO design, and .NET class design best practices. Many VB developers have never really taken to the concept of Object Oriented development. If you are one that has never needed to learn Object Oriented programming then you NEED to check this book out. This book will show you many of things that you have been missing and how they can make your life easier.
3 of 3 people found the following review helpful:
4.0 out of 5 stars
Great book, many bugs,
By
This review is from: Visual Basic .NET Class Design Handbook (Paperback)
I think this is a great VB.NET book; especially for those coming from VB6 or earlier versions. There are a lot of bugs in the code sample. Most are simple things like variables sharing names with properties or no idea which namespace to import. Good read overall though.
2 of 2 people found the following review helpful:
5.0 out of 5 stars
excellent book,
By
This review is from: Visual Basic .NET Class Design Handbook (Paperback)
Complete and very detailed. This book could be a text book for teaching a course of class design. I am very satisfied with the verbose approach as it is more understandable (sorry, my english is not as good as I wish). There are some minor bugs in code but I made my own apps following the written code examples, not the downloaded ones and corrected this bugs.
2 of 2 people found the following review helpful:
5.0 out of 5 stars
A must have for VB6 developers moving to VB.NET,
By
Amazon Verified Purchase(What's this?)
This review is from: Visual Basic .NET Class Design Handbook (Paperback)
This book taught me a great deal on how choosing the correct .NET type can affect your application performance. The book covers delegates (single-cast, multicast and events) in great details. No matter what your skill set level is, this book will teach you a lot. I highly recommend this book.
1 of 1 people found the following review helpful:
5.0 out of 5 stars
Just what the doctor ordered.,
By
This review is from: Visual Basic .NET Class Design Handbook: Coding Effective Classes (Paperback)
Ever been looking for a book but you were not sure what you were looking for because you were not sure what you don't know.
That was me before I finally found it. I am a self taught VB programmer who was REALLY struggling with the OOP concepts. Before buying this book I had purchased 4 or 5 other VB.NET books that didn't cut the mustard at getting me over the OOP hump. And then I found this book. This book takes nothing for granted and explains so much in such great detail. What is garbage collection? What happens when you call a Reference Type by Value? By Reference? What is constructor chaining? What is an interface? What is inheritance? (And on and on it goes knocking out one question as a time to the tune of HUNDREDS of questions. I have now red this book four times. (Scanned twice, read once, and now am doing a slow thorough read.) It is TRUE that this book is NOT on Object Modeling/Object Oriented Design (now if I could just get my brain wrapped around that). But that is not a great starting point for learning .NET. What I didn't know that I needed to know was that the CLASS is at the heart of OOP fundamentals. Now I would not say I am an expert, but I can pretty accurately conceptualize OOP principles and how .NET works. If you are in a similar situation, this book is THE book for you. SBS |
|
Most Helpful First | Newest First
|
|
Visual Basic .NET Class Design Handbook by Andy Olsen (Paperback - May 15, 2002)
Used & New from: $0.01
| ||