Introduction
  • Introduction
VB.net and Framework
  • Overview VB.net and Framework
First Project
  • Creating a First Project
Declare Variables
  • Overview of Declare Variables
  • Numeric Variables
  • String Variables
  • Variable Scope
  • Type Conversion
Flow Expressions
  • Overview of Flow Expressions
  • Decision Statements
  • Iteration Statements
  • Functions and Methods
Classes and Objects
  • Overview of Classes and Objects
  • Defining a Class
  • Constants and Enum
  • Constructors
  • Value and Reference Types
Arrays
  • Single Dimensional
  • Multi Dimensional
  • Array Lists
  • Type Safe Lists
LINQ
  • Overview of LINQ
  • Filter and Sort
  • Joining Data
Errors
  • Syntax and Logic Errors
  • Exception Handling
  • Custom Exceptions
Reading and Writing Files
  • Overview Reading and Writing Files
  • Path Object
  • StreamReader
Common Errors
  • Overview of Common Errors
  • Breakpoints
  • Watch Window
  • Immediate Window
Garbage Collector
  • Understanding the Garbage Collector
Conclusion
  • Conclusion