|
Chapter 1: Author Mentoring
- Lesson 1.1 : Audience
- Lesson 1.2 : Job Roles and Opportunities
- Lesson 1.3 : Prerequisite Knowledge and Skills
- Lesson 1.4 : Inspire with samples
Chapter 2: Fundamentals of VB.NET
- Lesson 2.1 : History of Visual Basic .NET
- Lesson 2.2 : What is Visual Basic.NET?
- Lesson 2.3 : Why we learn Visual Basic .NET?
- Lesson 2.4 : Course Objectives
- Lesson 2.5 : Checklist for Installation
- Lesson 2.6 : Installing and configuring VB.NET
Chapter 3: Introduction to Visual Studio .NET
- Lesson 3.1 : Understanding Visual Studio .NET
- Lesson 3.2 : Walk around the Start Page
- Lesson 3.3 : Visual Basic Project Templates
- Lesson 3.4 : Exploring the IDE
- Lesson 3.5 : Your First Program - Hello World
Chapter 4: Understanding .NET Framework
- Lesson 4.1 : Introduction to .NET Framework
- Lesson 4.2 : Understanding .NET Framework Architecture
- Lesson 4.3 : Common Language Specification
- Lesson 4.4 : .Net Framework Execution Process
- Lesson 4.5 : Understanding .NET Framework CLR
- Lesson 4.6 : Understanding JIT compiler
Chapter 5: Programming Fundamentals
- Lesson 5.1 : Data types in VB.NET
- Lesson 5.2 : Explaining Data Types – I
- Lesson 5.3 : Explaining Data Types – II
- Lesson 5.4 : Variables in VB.NET
- Lesson 5.5 : Operators in VB.NET
- Lesson 5.6 : Operator Precedence
- Lesson 5.7 : Constants and Enumerations
- Lesson 5.8 : Arrays
- Lesson 5.9 : Array - Sample Program
- Lesson 5.10 : Scope
- Lesson 5.11 : References, Namespaces and Imports – I
- Lesson 5.12 : References, Namespaces and Imports - II
Chapter 6: Object Oriented Programming
- Lesson 6.1 : Introduction to OOPS
- Lesson 6.2 : Classes in VB.NET
- Lesson 6.3 : Objects
- Lesson 6.4 : Abstraction in VB.NET
- Lesson 6.5 : Encapsulation in VB.NET
- Lesson 6.6 : Polymorphism in VB.NET
- Lesson 6.7 : Inheritance in VB.NET
- Lesson 6.8 : Creating Structures
- Lesson 6.9 : Method Arguments
- Lesson 6.10 : Creating Properties
- Lesson 6.11 : Constructors
- Lesson 6.12 : Initializers
- Lesson 6.13 : Copy Constructors
- Lesson 6.14 : The Me Keyword
Chapter 7: Using Conditions, Loops and Timers
- Lesson 7.1 : Using Conditional Expressions
- Lesson 7.2 : Branching and its Types
- Lesson 7.3 : If ...Then Statements
- Lesson 7.4 : If...Else Statements
- Lesson 7.5 : Nested If Statements
- Lesson 7.6 : Else If statement
- Lesson 7.7 : Select Case Statement
- Lesson 7.8 : Creating Loops with Goto
- Lesson 7.9 : The Do Loop - I
- Lesson 7.10 : The Do Loop - II
- Lesson 7.11 : Breaking Out of a Do Loop
- Lesson 7.12 : The For Loop
- Lesson 7.13 : Controlling a For Loop Using Next
Chapter 8: Windows Form controls
- Lesson 8.1 : Button Control
- Lesson 8.2 : Textbox Control
- Lesson 8.3 : Rich Text Box Control
- Lesson 8.4 : Label and Link Label
- Lesson 8.5 : Check Box Control
- Lesson 8.6 : List Box Control
- Lesson 8.7 : Checked List Box Control
- Lesson 8.8 : Radio Button Control
- Lesson 8.9 : Combo Box Control
- Lesson 8.10 : Panel, Group Box and Picture Box Controls
- Lesson 8.11 : ToolTip Component
Chapter 9: Advanced Toolbox Components and Controls
- Lesson 9.1 : Error Provider Component
- Lesson 9.2 : Help Provider Component
- Lesson 9.3 : Date Time Picker Control
- Lesson 9.4 : Month Calendar Control
- Lesson 9.5 : Timer Control
- Lesson 9.6 : Tree View Control
- Lesson 9.7 : Main Menu Component
- Lesson 9.8 : Context Menu Component
|