vblessons.com - VbLessons

Description: Teaching Visual Basic .NET, the right way.

.net (11217) visual (2078) tutorial (1639) lesson (695) basic (554) vb (406) vb.net (261)

Example domain paragraphs

Visual Basic .NET ( VB.NET ) is a modern, object-oriented programming language created by Microsoft in 2001 that is part of the .NET framework. It is used to build desktop applications, web applications, and mobile apps. VB.NET is known for its ease of use, making it a popular choice for developers who are just starting out, or who need to rapidly build applications.

In these lessons, we will be creating console applications. A console application is a type of computer program that runs in a command-line interface ( CLI ), rather than in a graphical user interface ( GUI ).

These lessons are for individuals who have little to no coding experience and are looking to start their journey in the world of programming. If you've never written a line of code before or maybe dabbled a little bit in programming without much progress, and are curious about what programming is all about, this website is for you.