This book is a great example of the quality literature one expects from Apress. It delves into topics covered in most books on C#, but with an eye strictly toward class design and functionality. The authors have done a great job and the book reads as if it was written by one voice instead of five.
Visual Basic .NET Class Design Handbook: Coding Effective Classes
β Scribed by Damon Allison, Andy Olsen, James Speer (auth.)
- Publisher
- Apress
- Year
- 2003
- Tongue
- English
- Leaves
- 390
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
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.
β¦ Table of Contents
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
β¦ Subjects
Software Engineering/Programming and Operating Systems
π SIMILAR VOLUMES
* Gives you a deep understanding of the implications of every decision you can make in designing a class, so you are better equipped to take full advantage of C#'s power to create robust, flexible, reusable classes * Lifts the lid on the simple syntax and examines what it really does behind the s
<p>Richard Conway started programming BASIC with the ZX81 at an early age, later graduating to using BASIC and 6502 assembly language, COMAL, and Pascal for the BBC B and Archimedes RISC machines. He is an independent software consultant who lives and works in London. He has been using Microsoft tec
The mission of the C# Class Design Handbook is to provide you with a critical understanding of designing classes, making you better equipped to take full advantage of C#'s power to create robust, flexible, reusable classes. This comprehensive guide lifts the lid on syntax and examines what's really
BUt why do VB when c# is just as easy and you can write unmanaged within it. Its just a no brainer with all the limitations of VB still.
Visual BasicR .NET Power Coding is the experienced developer's guide to mastering advanced Visual Basic .NET concepts. Paul Kimmel saves readers time and money by providing thorough explanations of essential topics so you can quickly begin creating robust programs that have fewer bugs. The author al