Visual Basic (VB.NET) Basic Constructs
Learn basic constructs of the Visual Basic .NET programming language and the .NET framework in a beginner friendly way in this online course.
In this lesson, we'll get acquainted with Visual Basic and the .NET framework. We'll go over things like machine code, interpreters, compilers, and VMs.
Written by Michal Zurek
In this lesson, we'll install Visual Studio and use it to create a simple console application in Visual Basic .NET.
Written by Michal Zurek
In this lesson, we'll go over variables and type systems in Visual Basic .NET. You'll code 3 simple applications.
Written by Michal Zurek
Solved programmer tasks in VB .NET on variables and the type system. The tasks are ordered by difficulty. Solutions are available for download.
Written by David Capka
This lesson is all about the different data types in the Visual Basic language. We'll also cover string methods, work with substrings and so on.
Written by Michal Zurek
Solved programmer tasks in VB .NET on data types and strings. The tasks are ordered by difficulty. Solutions are available for download.
Written by David Capka
Lesson 5
Conditions (branching) in VB.NET
This lesson goes over what branching is in Visual Basic .NET, as well as conditional statements and Select Case constructs.
Written by Michal Zurek
Solved programmer tasks in VB .NET on conditions, branching, and Select Case. The tasks are ordered by difficulty. Solutions are available for download.
Written by David Capka
Lesson 6
Loops in VB.NET
This tutorial goes over loops in VB.NET. We'll go over for and while loops, and create simple apps such as a multiplication table, exponents, and so on.
Written by Michal Zurek
Solved programmer tasks in VB .NET on loops (mainly the For loop). The tasks are ordered by difficulty. Solutions are available for download.
Written by David Capka
Lesson 7
Sanitizing user input in VB.NET
In this lesson, you will learn about user input sanitization in the VB.NET console. You'll also learn how to read and process characters using ReadKey().
Written by Michal Zurek
Lesson 8
Arrays in VB.NET
In this lesson, you will learn about arrays. We'll go over different declarations, filling, printing and array methods provided by the .NET framework.
Written by Michal Zurek
Solved programmer tasks in VB .NET on arrays and the For Each loop. The tasks are ordered by difficulty. Solutions are available for download.
Written by David Capka
This lesson will show you how to access single string characters. You'll learn about the ASCII table and create several practical apps.
Written by Michal Zurek
Solved programmer tasks in VB .NET on working with single characters topics. The tasks are ordered by difficulty. Solutions are available for download.
Written by David Capka
Lesson 10
Strings in VB.NET - Split and Join
In this lesson, you'll learn several new String methods and create a Morse alphabet decoder using Split and Join in Visual Basic .NET.
Written by Michal Zurek
Solved programmer tasks in VB .NET on splitting strings and substrings. The tasks are ordered by difficulty. Solutions are available for download.
Written by David Capka
Lesson 11
Multidimensional arrays in VB.NET
This tutorial goes over 2d arrays and multidimensional arrays in general. Including shortened initialization, examples, and jagged arrays in Visual Basic.
Written by Michal Zurek
This lesson is all about the Math library, which includes many mathematical functions for Visual Basic like rounding, trigonometry, exponents, roots, etc.
Written by Michal Zurek
Solved programmer tasks in VB .NET on multidimensional arrays and Math. The tasks are ordered by difficulty. Solutions are available for download.
Written by David Capka