Introduction

As promised, this is your introductory chapter. If you are reading this, you are ready to see how Visual Basic .NET (VB .NET) handles at top speed. It will be helpful for you to first understand some important fundamentals; some things are unique to .NET, so you may not have encountered them even if you have programmed in languages other than Visual Basic 6 (VB6).

Everything in .NET is subclassed from the Object class. However, there are types that behave like native types with the benefit of features found in classes. Chapter 1 illustrates the difference between value types and reference types, reviews the essential fundamentals of the new object-oriented idiom (the class), talks about nondeterministic object cleanup and garbage ...

Get Visual Basic® .NET Power Coding now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.