What is Visual Basic.Net?
By Traqqer
Visual Basic.Net (VB.Net) is the current form of the wildly popular Visual Basic-series programming languages which ended at Version 6 (i.e., VB6). The ".Net" designation brings the language into the compiled framework of other more advanced languages such as C++ and C#. While VB.Net retains much of the syntax from VB6, it should be considered a new language as there are many differences between the two.
However, like its predessor, VB.Net provides one of the easiest Integrated Development Environments (IDE) for rapid creation of programs. VB.Net provides a wealth of graphical tools with significant support by third party developers for add-on tools. Using an event-based IDE framework, VB.Net allows quick development of programs that respond to user actions (e.g., pressing a button). Codes are essentially attached to actions, and therefore, the IDE represents a non-linear environment where a program does not need to follow a top-to-bottom flow.
VB.Net is also a fully object-oriented programming (OOP) language providing all the benefits of such a language with the benefits of a highly graphical interface. Just like the traditional OOP langages of C/C++, VB.Net allows OOP concepts like inheritance and polymorphism.
While there are several different paid versions, it is amazing that Microsoft has made available a free version called, VB.Net Express, as part of their Visual Studio.Net Express line of products. Although free, it has virtually all the capabilities of the paid versions. Seemingly, the only noticeable missing feature is a customizable packaging/deployment option. If that's not a major concern, you will love this freebie.
To get you started, below are some useful books that can teach programming in Visual Basic.Net followed by some links to a great set tutorial lessons.
![]() | Amazon Price: $39.07 List Price: $49.50 |
![]() | Amazon Price: $19.90 List Price: $34.99 |
![]() | Amazon Price: $17.55 List Price: $34.95 |
![]() | Amazon Price: $30.00 List Price: $54.50 |
![]() | Amazon Price: $27.99 |
- How to Use an Open File Dialog Box in VisualBasic.Net | eHow.com
How to Use an Open File Dialog Box in VisualBasic.Net. Are you learning how to use Visual Basic.Net? Would you like your VB.Net application to look more professional? When reading or writing to a file, you can use the OpenFileDialog control to make.. - How to Create your First Visual Basic Program | eHow.com
How to Create your First Visual Basic Program. Visual Basic is one of the easiest computer languages to learn, but there is still a learning curve that needs to be overcome. Perhaps the most important concept to learn about Visual Basic is...
Comments
No comments yet.




