or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
More Buying Choices
Have one to sell? Sell yours here
Visual Basic .NET Class Design Handbook: Coding Effective Classes
 
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Visual Basic .NET Class Design Handbook: Coding Effective Classes [Paperback]

Damon Allison (Author), Andy Olsen (Author), James Speer (Author)
4.0 out of 5 stars  See all reviews (22 customer reviews)

List Price: $39.99
Price: $26.39 & this item ships for FREE with Super Saver Shipping. Details
You Save: $13.60 (34%)
  Special Offers Available
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Want it delivered Monday, January 30? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for Students. Learn more

Formats

Amazon Price New from Used from
School & Library Binding $57.40  
Paperback $26.39  

Book Description

1590592751 978-1590592755 September 15, 2003 1

Since the announcement of Visual Basic .NET, a lot has been made of its powerful new object-oriented features. However, very little discussion has been devoted to the practice of object-oriented programming at its most fundamental level - that is, building classes. The truth is, whatever code you write in Visual Basic .NET, you are writing classes that fall within the class hierarchy of the .NET Framework. Visual Basic .NET Class Design Handbook was conceived as a guide to help you design these classes effectively, by looking at what control we have over our classes, and how Visual Basic .NET turns our class definitions into executable code.

This book will give you a deep and thorough understanding of the implications of all the decisions you can make in designing a class, so you are equipped to develop classes that are robust, flexible and reusable. In short, this book will take you from a theoretical understanding of the basic principles of OO programming to the ability to write well-designed classes in actual applications.


Special Offers and Product Promotions

  • Buy $50 in qualifying physical textbooks, get $5 in Amazon MP3 Credit. Here's how (restrictions apply)

Frequently Bought Together

Visual Basic .NET Class Design Handbook: Coding Effective Classes + Professional Design Patterns in VB .NET: Building Adaptable Applications + Object-Oriented Programming with Visual Basic.NET
Price For All Three: $97.37

Show availability and shipping details

Buy the selected items together
  • In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Professional Design Patterns in VB .NET: Building Adaptable Applications $26.25

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Object-Oriented Programming with Visual Basic.NET $44.73

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details



Editorial Reviews

Amazon.com Review

Aimed at those with some previous exposure to VB .NET, Visual Basic .NET Class Design Handbook is an effective guide to the new object-oriented features of the language. This concisely packaged tutorial will let you get up to speed with the latest and greatest in VB .NET's support for objects.

While there are any number of beginner's books for VB .NET, this one aims higher, with unique coverage of more advanced class design features. The text begins with a thorough guide to the data types available in VB .NET while introducing essential new language enhancements like inheritance and delegates. The authors next delve into modeling classes with data members, exploring all the options for scoping and sharing data in classes. After covering these "nouns" of class design, the authors next turn to methods (or verbs), starting with constructors. A standout section here is a thorough discussion of new conventions of passing by value and reference in VB .NET and how to pass strings and arrays effectively.

One of the strongest chapters in this book looks at the object life cycle, with in-depth information on a variety of constructor options, plus several design patterns (like Singleton and Factory), which shows how the new VB .NET can measure up to other object-oriented programming languages. Several later sections on new .NET features like properties, delegates, and events show how to use these features correctly. (A short case study using a banking application explores the options when it comes to event handling.) Final chapters demonstrate using inheritance, both with classes and through interfaces. The book closes with an in-depth discussion of deployment in .NET with full coverage of options for assemblies.

With plenty of short code samples and readable tables listing essential language keywords, this title is aimed squarely at the more experienced VB developer. Its concise format and considerable expertise on the object-oriented features of VB .NET makes this title an excellent choice for anyone serious about class design in this new language. --Richard Dragan --This text refers to an out of print or unavailable edition of this title.

From the Publisher

The book assumes that you are already familiar with the syntax of Visual Basic .NET. It assumes that you have already used it to write code and that you are familiar with your chosen development tool and know how to run and compile VB.NET code. You should also be aware of .NET's basic object-oriented mechanisms. --This text refers to an out of print or unavailable edition of this title.

Product Details

  • Paperback: 378 pages
  • Publisher: Apress; 1 edition (September 15, 2003)
  • Language: English
  • ISBN-10: 1590592751
  • ISBN-13: 978-1590592755
  • Product Dimensions: 9 x 6.3 x 0.8 inches
  • Shipping Weight: 1.2 pounds (View shipping rates and policies)
  • Average Customer Review: 4.0 out of 5 stars  See all reviews (22 customer reviews)
  • Amazon Best Sellers Rank: #282,465 in Books (See Top 100 in Books)

More About the Authors

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

22 Reviews
5 star:
 (11)
4 star:
 (5)
3 star:
 (3)
2 star:
 (2)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
4.0 out of 5 stars (22 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

18 of 20 people found the following review helpful:
5.0 out of 5 stars Good at exactly what the title says, May 7, 2003
By 
Jeremy Patterson (Software Developer) (Upper Arlington, Ohio United States) - See all my reviews
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.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


13 of 14 people found the following review helpful:
5.0 out of 5 stars OOP Complexities Made Simple, October 3, 2002
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!

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


12 of 13 people found the following review helpful:
5.0 out of 5 stars Surprisingly good, June 1, 2002
By A Customer
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.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews











Only search this product's reviews



Inside This Book (learn more)
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
deploying applications, cloned object, revision number, global assembly cache, web services, passing reference types, economy test, understanding metadata, new programmer, strong name, private name, folder that contains the example, overdrawn event, new child form, multicast delegate, source code for this example, public auto ansi sealed, set property procedure, event source object, class public auto ansi, invocation list, delegate type, call instance void, shared constructors, managed heap
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Visual Basic, Sub Main, Public Class, End Get Set, Visual Studio, End Sub, New Person, Value As String, Public Sub, Private Sub, File View Help, Integer Get Return, Name As String, Class Design, System Windows, Amount As Double, New Point, Imports System, End Get End Property Public, Public Function, Else Console, Inherits System, Structuring Applications, New Hashtable, End Class
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:

What Other Items Do Customers Buy After Viewing This Item?


Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums


Listmania!


Create a Listmania! list

So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject