VB.Net – Overview


Visual Basic .NET (VB.NET) is a multi-paradigmobject-oriented programming language, implemented on the .NET Framework. Microsoft launched VB.NET in 2002 as the successor to its original Visual Basic language. Although the ".NET" portion of the name was dropped in 2005, this article uses "Visual Basic [.NET]" to refer to all Visual Basic languages releases since 2002, in order to distinguish between them and the classic Visual Basic. Along with Visual C#, it is one of the two main languages targeting the .NET framework.

Microsoft's integrated development environment (IDE) for developing in Visual Basic .NET language is Visual Studio. Most of Visual Studio editions are commercial; the only exceptions are Visual Studio Express and Visual Studio Community, which are freeware. In addition, .NET Framework SDK includes a freeware command-line compiler called vbc.exe. Mono also includes a command-line VB.NET compiler.

The following reasons make VB.Net a widely used professional language:

·        Modern, general purpose.

·        Object oriented.

·        Component oriented.

·        Easy to learn.

·        Structured language.

·        It produces efficient programs.

·        It can be compiled on a variety of computer platforms.

·        Part of .Net Framework.

Strong Programming Features VB.Net

VB.Net has numerous strong programming features that make it endearing to multitude of programmers worldwide. Let us mention some of these features:

·        Boolean Conditions

·        Automatic Garbage Collection

·        Standard Library

·        Assembly Versioning

·        Properties and Events

·        Delegates and Events Management

·        Easy-to-use Generics

·        Indexers

·        Conditional Compilation

·        Simple Multithreading

 

Next Post Previous Post
No Comment
Add Comment
comment url