Tuesday, July 9, 2013

VB.NET Overview

visual basic. net ( vb. net ) is an object-oriented laptop programming language implemented upon the. net framework. though it's an evolution of classic visual basic language, it's not backwards-compatible with vb6, and any code written within the previous version doesn't compile under vb. net.

like all other. net languages, vb. net has complete support for object-oriented concepts. everything in vb. net is an object, as well as most of the primitive types ( short, integer, long, string, boolean, etc. ) and user defined types, events, and even assemblies. all objects inherits due to base class object.

vb. net is implemented of microsofts. net framework. thus it's full access all the libraries within the. net framework. its conjointly potential out to run vb. net programs on mono, the open-source different out to. net, not merely under windows, other then even linux or mac osx.

the listed reasons make vb. net a widely used professional language :

modern, general purpose.

object oriented.

element oriented.

straightforward out to learn.

structured language.

it produces efficient programs.

it can possibly be compiled on any type of laptop platforms.

a part of. net framework.

sturdy programming features vb. net
vb. net has varied sturdy programming features that make it endearing out to variety programmers worldwide. allow us to mention a few of such features :

boolean conditions

automatic garbage collection

normal library

assembly versioning

properties and events

delegates and events management

straightforward make use of generics

indexers

conditional compilation

simple multithreading

No comments:

Post a Comment