Share via


Visual Basic and the .NET Framework 

Visual Basic is designed around the .NET Framework, which helps provide security, memory management, versioning, and deployment support. The .NET Framework also enables interoperability between objects you create with any .NET Framework programming language. This means you can create objects with Visual Basic that are easy to use from other .NET Framework languages, and you can use objects from other .NET Framework languages just like you use objects created with Visual Basic.

In This Section

  • Assemblies
    Defines assemblies and describes how to use them.
  • Attributes in Visual Basic
    Discusses how .NET Framework attributes provide additional information about entities defined inside a Visual Basic application.