Home :: Books :: Computers & Internet  

Arts & Photography
Audio CDs
Audiocassettes
Biographies & Memoirs
Business & Investing
Children's Books
Christianity
Comics & Graphic Novels
Computers & Internet

Cooking, Food & Wine
Entertainment
Gay & Lesbian
Health, Mind & Body
History
Home & Garden
Horror
Literature & Fiction
Mystery & Thrillers
Nonfiction
Outdoors & Nature
Parenting & Families
Professional & Technical
Reference
Religion & Spirituality
Romance
Science
Science Fiction & Fantasy
Sports
Teens
Travel
Women's Fiction
Microsoft  Visual Basic  Design Patterns (Microsoft Professional Series)

Microsoft Visual Basic Design Patterns (Microsoft Professional Series)

List Price: $49.99
Your Price:
Product Info Reviews

<< 1 2 >>

Rating: 3 stars
Summary: More gristle to chew on than meat
Review: If you want to learn about design patters, read "Design Patterns Explained: A New Perspective on Object-Oriented Design by Alan Shalloway & James R. Trott" (ISBN: 0201715945 ).

This book does very little to explain anything to a level useful for neophytes; instead, it's got a few examples of how to use VB to implement a few of the more common design patterns. The best thing I can say about this book is that it's an easy (although light) read.

Also, I had hoped that the CD would contain the text of the book itself (like the great Balena book, which I read more from CD than from paper because it's so useful), but the CD simply contains some sample apps that are marginally useful at best. (yawn)

Rating: 2 stars
Summary: Not for the beginner in Patterns, overpriced, few patterns
Review: If you're an intermediate programmer and are looking for that extra knowledge that is getting harder to come by, then I'd say get this book. It helps make your applications more intelligent and cleaner (much like when you discovered how cool linked lists or trees can be).

This is one of those books that I read from cover to cover. The book only presents a few design patterns (I wish it had more), but it is enough to give you the ability to look at patterns designed in other languages and adapt them to VB. The author provides a simple and clear working example of each pattern and in some cases presents multiple variations of a pattern.

Rating: 5 stars
Summary: Very good book
Review: it's a good book, the author tries to explain how you can implement in VB 6.0 the patterns exposed in "Design Patterns" bible. He also explain the limits of VB, how a "workaround" can be done, the book has many examples, good explained code. I recommend this book to everybody that might need a design pattern solution with VB 6.0. What i wonder, will be there a 2nd edition of this book, updated with the new features of new coming VB 7.0 which (as Microsoft says) will be 100% obect oriented?

Rating: 5 stars
Summary: Very good book
Review: it's a good book, the author tries to explain how you can implement in VB 6.0 the patterns exposed in "Design Patterns" bible. He also explain the limits of VB, how a "workaround" can be done, the book has many examples, good explained code. I recommend this book to everybody that might need a design pattern solution with VB 6.0. What i wonder, will be there a 2nd edition of this book, updated with the new features of new coming VB 7.0 which (as Microsoft says) will be 100% obect oriented?

Rating: 5 stars
Summary: Finally a chance to apply patterns to VB
Review: One of the main reasons that Visual Basic has not received respect from the OO world is that it lacks a few features that the OO purist is used to having, namely Implementation Inheritance and the ability to overload and override functions. While VB 7 is slated for these features, it is nice to have a book that shows you methods around these shortcomings today.

Stamatakis' book begins with an intro to both design patterns (Object Oriented methodologies) and the OOP methodology of Visual Basic. He goes over the Visual Basic implementation of OOP and shows methods to get around areas where VB falls short. He then covers the basics of COM necessary to creating distributed (Object based) software. The rest of the book covers individual patterns of VB OO development and includes scenarios for use, ramifications of using along with copious example code (the CD sample code alone is worth the ticket price).

The book borrows from Design Patterns (Erich Gamma, et al) and applies the theory to Visual Basic development. If you are serious about developing VB COM components, this book should be part of your library.

Rating: 3 stars
Summary: Very Good content. Bad style. Needs more Patterns. 3.5 stars
Review: The author acknowledges Gamma et al for their brilliant 'Design Patterns' book and recommends that we read it (there are 23 patterns described there). I could not agree more, as the introduction to patterns found there is far superior to the one in this book.

To take advantage of most design patters in VB, one has to tweak them a bit so as to cater for the lack of some OO features in the language. It is exactly that that this book aims to fulfil. Chapter 2 (30 pages) provides an excellent description of VB's OO limitations and how to overcome them. The main points are further reiterated as necessary while describing the patterns in chapters 4-14.

10 patterns are described, 7 taken/based on the Gamma (Adapter, Bridge, Proxy, Factory Method, Prototype, Singleton and State). The other 3 are: Object By Value (a serialisation pattern), Repository (persisting object state to a data store) and Event Service (alternative to the Event mechanism that is based on connectable objects). Although each pattern is described in detail, Stamatakis uses a derivative of OMT for class diagrams and his own notation for sequence diagrams; personally, I found his diagrams hard to follow and also inaccurate. In addition, his writing style proves his claim that he is a developer first and a writer second. On the upside, for each pattern he provides a mini application with code on CD, which is a great idea and very useful.

Finally, a good job was done at describing further insights on the effects of each pattern to COM components. There is good stuff in this book...if only the writing style and notation were friendlier...

Rating: 3 stars
Summary: Very Good content. Bad style. Needs more Patterns. 3.5 stars
Review: The author acknowledges Gamma et al for their brilliant `Design Patterns' book and recommends that we read it (there are 23 patterns described there). I could not agree more, as the introduction to patterns found there is far superior to the one in this book.

To take advantage of most design patters in VB, one has to tweak them a bit so as to cater for the lack of some OO features in the language. It is exactly that that this book aims to fulfil. Chapter 2 (30 pages) provides an excellent description of VB's OO limitations and how to overcome them. The main points are further reiterated as necessary while describing the patterns in chapters 4-14.

10 patterns are described, 7 taken/based on the Gamma (Adapter, Bridge, Proxy, Factory Method, Prototype, Singleton and State). The other 3 are: Object By Value (a serialisation pattern), Repository (persisting object state to a data store) and Event Service (alternative to the Event mechanism that is based on connectable objects). Although each pattern is described in detail, Stamatakis uses a derivative of OMT for class diagrams and his own notation for sequence diagrams; personally, I found his diagrams hard to follow and also inaccurate. In addition, his writing style proves his claim that he is a developer first and a writer second. On the upside, for each pattern he provides a mini application with code on CD, which is a great idea and very useful.

Finally, a good job was done at describing further insights on the effects of each pattern to COM components. There is good stuff in this book...if only the writing style and notation were friendlier...

Rating: 5 stars
Summary: Clear and well thought out
Review: The first few chapters lay a thorough groundwork on the various aspects of Object Oriented Programming and how it relates to the current version of Visual Basic. The second chapter which guides the user through how Visual Basic actually applies OOP is very clear. The design patterns are given ample explanation and the code samples work. I have a much better idea of how to use design patterns in my day to day programming.

Rating: 4 stars
Summary: Wonderful VB!
Review: This book is a rare find, especially by Microsoft Press. This is VB coding taken to the next level. Perhaps very useful for the .NET strategies coming up (we'll see what the final 'OO' implementation is like). This way of coding, shown by wonderful examples, is almost the exact opposite of every other way you've been taught to code in VB but it will make you think and understand why JAVA gets all the press these days.

It's a great source for inspiration to pull you out of normal 'down & dirty' VB coding.

Rating: 5 stars
Summary: VB Steps Up and Out
Review: Visual Basic finally gets treated with the respect it deserves in this thoughtful and well-written work. Drawing on the work of Gamma et. al., Stamatakis offers up VB examples of the more popular design patterns with lucid and clear explanations. The sample code provided is worth the price of the book alone. A must have for any serious VB developer.


<< 1 2 >>

© 2004, ReviewFocus or its affiliates