Visual Basic .NET Class Design Handbook: Coding Effective Classes

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Since the announcement of Visual Basic .NET, a lot has been made of its powerful 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 you have over your classes and how Visual Basic .NET turns your 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 object-oriented programming to the ability to write well-designed classes in actual applications.

Author(s): Damon Allison, Andy Olsen, James Speer (auth.)
Edition: 1
Publisher: Apress
Year: 2003

Language: English
Pages: 392
Tags: Software Engineering/Programming and Operating Systems

Front Matter....Pages N2-VI
Introduction....Pages 1-5
Defining Types....Pages 6-41
Type Members....Pages 42-73
Methods....Pages 74-103
Constructors and the Object Lifecycle....Pages 104-147
Properties....Pages 148-189
Events and Delegates....Pages 190-245
Inheritance and Polymorphism....Pages 246-303
Code Organization and Metadata....Pages 304-353
Back Matter....Pages 354-378