Visual Basic .NET (VB.NET) is an object-oriented computer programming language that can be viewed as an evolution of Microsoft's Visual Basic 6 (VB6) but implemented on the Microsoft .NET Framework. This is reflected in the Visual Basic .NET version numbering, continuing from VB6.
So far, we have had the following versions of Visual Basic .NET:
- 2003 (VB 7.1)
- 2005 (VB 8.0)
- 2008 (VB 9.0)
- 2010 (VB 10.0)
- 2012 (VB 11.0).
With the combination of Microsoft .NET for Windows (desktop/server), Mono (desktop/server/mobile), Silverlight / Moonlight (browser/mobile), Compact Framework (mobile) and Micro Framework, it is available for a wide range of platforms.
Before Posting a Question
Many questions posted on Stack Overflow are as a result of implicit data type conversion errors caused by not turning Option Strict On. This should be on by default
Popular VB.NET questions on Stack Overflow
- Exception handling - I've caught an exception. Now what?
- IDisposable,
usingand disposing of managed objects - How should I cast in VB.NET?
- Equivalent VB keyword for 'break'
- Hidden Features of VB.NET
Resources
- Microsoft Visual Basic .NET website
- Visual Basic .NET Team Blog
- Visual Basic History
- Download Microsoft Visual Basic 2010 Express Edition (Free)
- Channel 9 Videos on Visual Basic .NET
- Beginners Guide to Vb.net
Chat Room
Chat about VB.Net with other Stack Overflow users