You're close...
VB.NET is a programming language of the .NET Framework. The .NET Framework is the latest programming platform from Microsoft. .NET makes a lot of common tasks very easy, and comes with a whole load of usefull assemblies to do common tasks such as working with the file system, e-mail, the internet, databases, etc.
.NET can be used for both web applications (ASP.NET, which replaces standard ASP) and Windows applications. Both can be created easily with Visual Studio, or if you can't afford that there's a number of free platforms out there, or you can code in something like Notepad and use the compilers that come with the SDK.
VB.NET is one of the languages that can be used to program in the .NET Framework. C# (C Sharp) is the other main one, but lots of languages can be used to code in .NET (J#, Cobol, C++, and I think Delphi 8 onwards is .NET based) however you will find that most examples on the net are VB.NET or C#.
VB6 is getting old now, and you are reccomended to upgrade to .NET. The VB.NET Syntax is obviously very simular to that of standard VB, but there are a couple of .NET differences.
For more info see www.asp.net and www.windowsforms.net
- Mina
__________________
Minaki Serinde MCP
"Wow, Linux is nearly on-par with Windows ME!"
Please login or register to view this content. Registration is FREE | Please login or register to view this content. Registration is FREE
|