This document provides an overview of Visual Basic .NET (VB.NET):
- VB.NET is an object-oriented programming language developed by Microsoft that is implemented on the .NET framework. It is not backwards compatible with older VB versions.
- VB.NET supports object-oriented concepts and everything is an object that inherits from the base Object class. It has full access to libraries in the .NET Framework.
- The .NET Framework consists of components like the Common Language Runtime and Class Library that enable multi-platform applications to be developed from languages like VB.NET.