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 ThenFor i As Integer = 1 To 5Function Add(a As Integer, b As Integer)Public Class Person