Visual Basic (VB.NET) – Full Course for Beginners

Overview

Embark on a comprehensive tutorial to master the fundamentals of programming with Visual Basic (VB.NET). Learn essential high-level programming concepts including sequence, selection, and iteration. Develop skills to build event-driven, form-based user interfaces for input capture, and write code for data validation and processing. Begin with an introduction to Visual Studio, then progress through customizing the IDE, working with variables and data types, and implementing Windows Forms for input. Explore debugging techniques, arithmetic operations, and complex expressions. Dive into control structures like If statements, Select Case, and various loop types. Gain proficiency in using arrays, including multi-dimensional arrays, and practice implementing linear search algorithms. By the end of this 3-4 hour course, acquire a solid foundation in VB.NET programming, preparing you for more advanced topics and real-world application development.

Syllabus

) Introduction.
) Hello Visual Studio.
) Customise The Visual Studio IDE.
) Output and Variables.
) Variable Data Types.
) Input with Windows Forms.
) Debugging Code.
) Arithmetic Operators.
) Complex Arithmetic Expressions.
) Selection with If Statements.
) Logical and Relational Operators 1.
) Logical and Relational Operators 2.
) Select Case.
) For Next.
) Practice For Next Loops & If Blocks.
) Do While.
) Condition Controlled Loops.
) Array Variables.
) Practice Arrays & Loops.
) Linear Search.
) Two Dimensional Arrays.
) 2D Arrays & Nested Loops.