VB .NET
Welcome to my VB .NET Code Projects.
For those that do not know what .NET is, it is not infact a programing language in the traditional sense. It is a software framework that contains a large library of code solutions. Baiscly it automates many of the basic functions such as drawing a window onto the screen, or using a file open dialog. It also contains a basic class library with features ranging from interface objects to cryptography, and the CLR (Common language runtime) which provides an abstract layer over the operating system.
VB (or Visual Basic) .NET is just one of the several .NET languages (C, Java, even PHP!), but is the most used Microsoft language. For more information about .NET take a look at Microsoft’s website on the subject.
As always the standard disclaimer applies, which can be viewed from the link in the footer.
Happy .NET Coding!