The document discusses various control statements and loops in VB.NET. It explains if-then, if-then-else, and if-then-elseif conditional statements. It also covers select case statements and different types of loops - do while, for next, while-end while, and for each loops. The document provides syntax and examples for each statement and loop. It also discusses handling dates and times, data type conversion functions, and declaring and manipulating arrays in VB.NET.