This interactive cheat sheet gives you core VB.NET syntax with working code examples. Pick one, run it, and learn by doing.
Dim name As String = "Alex"
If age >= 18 Then
For i As Integer = 1 To 5
Function Add(a As Integer, b As Integer)
Public Class Person