Visual Basic
Microsoft Visual Basic 2005 is an evolution of the Visual Basic language that is engineered for productively building type-safe and object-oriented applications. Visual Basic allows developers to target Windows, Web, and mobile devices. As with all languages targeting the Microsoft .NET Framework, programs written in Visual Basic benefit from security and language interoperability.
This generation of Visual Basic continues the tradition of giving you a fast and easy way to create .NET Framework-based applications.
This version of Visual Basic brings back support for Edit and Continue and has new features for rapid application development. One of these features, called My, provides quick access to common tasks provided by the .NET Framework, as well as information and default object instances that are related to the application and its run-time environment. New language features include loop continuation, guaranteed resource disposal, operator overloading, generic types, and custom events. Visual Basic also fully integrates the .NET Framework and the common language runtime (CLR), which provide language interoperability, garbage collection, enhanced security, and versioning support.
In This Section
- Getting Started with Visual Basic
-
Helps you begin working by listing what is new and what is available in various editions of the product.
- Visual Basic Guided Tour
-
Steps you through various aspects of programming with Visual Basic.
- Help for Visual Basic 6.0 Users
-
Discusses the differences in Visual Basic between version 6.0 and the current version.
- Upgrading Applications in Visual Basic
-
Demonstrates how to upgrade various kinds of Visual Basic code.
- Developing Applications with Visual Basic
-
Discusses various aspects of development in Visual Basic, such as the code editor, security, exception handling, debugging, and making use of the .NET Framework class library.
- Visual Basic Programming Guide
-
Introduces the essential components of Visual Basic, an object-oriented programming language.
- Reference (Visual Basic)
-
Contains the Visual Basic language and compiler information.
- Visual Basic Sample Applications
-
Contains information about samples.