WingsLive.com India's Largest IT E-Learning Website
s



 Microsoft® Visual Basic .NET 2008


 

Skip Navigation Links
  Lesson Plans  
  Self Assessments  

Chapter 1: Getting Started with Visual Basic 2008

  • Lesson 1.1 : Introducing Visual Basic .Net
  • Lesson 1.2 : Introducing Visual Studio .Net 2008
  • Lesson 1.3 : New Features of Visual Studio 2008
  • Lesson 1.4 : Getting Started with Visual Studio Start Page
  • Lesson 1.5 : Starting a New Project
  • Lesson 1.6 : Exploring the Integrated Development Environment
  • Lesson 1.7 : Windows in the Visual Studio 2008
  • Lesson 1.8 : Creating a Hello User Project
  • Lesson 1.9 : Adding Code to the Hello User Project

Chapter 2 : Microsoft .NET Framework

  • Lesson 2.1 : Introducing Microsoft .NET Framework
  • Lesson 2.2 : .NET Framework Classes
  • Lesson 2.3 : Code Execution Process
  • Lesson 2.4 : Common Language Runtime
  • Lesson 2.5 : The Common Type System and Common Language Specification

Chapter 3 : Fundamentals of Visual Basic .NET 2008

  • Lesson 3.1 : Variables
  • Lesson 3.2 : Data types
  • Lesson 3.3 : Constants
  • Lesson 3.4 : Enumerations and Comments
  • Lesson 3.5 : Methods
  • Lesson 3.6 : Operators
  • Lesson 3.7 : Non-Assignment Operators
  • Lesson 3.8 : Assignment Operators
  • Lesson 3.9 : Arrays
  • Lesson 3.10 : Structures
  • Lesson 3.11 : Working with Array Lists

Chapter 4 : Controlling the Workflow

  • Lesson 4.1 : The IF THEN ELSE Statement
  • Lesson 4.2 : Select Case
  • Lesson 4.3 : The Case Else Statement
  • Lesson 4.4 : For…Next Loop
  • Lesson 4.5 : Do until Loop
  • Lesson 4.6 : Do while Loop

Chapter 5 : Basic Windows Form Controls

  • Lesson 5.1 : Button Control
  • Lesson 5.2 : Textbox and Rich Textbox Control
  • Lesson 5.3 : Label and Link Label
  • Lesson 5.4 : Check Box and Radio Button Control
  • Lesson 5.5 : List Box and Checked List Box Controls
  • Lesson 5.6 : Combo Box Control
  • Lesson 5.7 : Panel, Group Box and Picture Box Controls
  • Lesson 5.8 : ToolTip and Error Provider Components
  • Lesson 5.9 : Help Provider and Timer Control
  • Lesson 5.10 : Date time Picker Control
  • Lesson 5.11 : Month Calendar Control
  • Lesson 5.12 : Tree View Control

Chapter 6 : Advance Controls and Dialog boxes

  • Lesson 6.1 : Creating Menus using Menu Strip
  • Lesson 6.2 : Context Menu Strip Control
  • Lesson 6.3 : Message Box Dialog Box
  • Lesson 6.4 : Open Dialog Control
  • Lesson 6.5 : The Save Dialog Control
  • Lesson 6.6 : FontDialog Control
  • Lesson 6.7 : The ColorDialog Control
  • Lesson 6.8 : FolderBrowserDialog Control
  • Lesson 6.9 : Creating a Simple Windows Application

Chapter 7 : Debugging and Error Handling

  • Lesson 7.1 : Types of Errors
  • Lesson 7.2 : Using Debugging Mode
  • Lesson 7.3 : Tracking Variables by Using a Watch Window
  • Lesson 7.4 : Visualizers
  • Lesson 7.5 : Immediate Window
  • Lesson 7.6 : Command Window and Removing Break Points
  • Lesson 7.7 : Error Handling
  • Lesson 7.8 : Using Structured Exception-Handling

Chapter 8 : Object Oriented Programming

  • Lesson 8.1 : Introduction to OOPS
  • Lesson 8.2 : Objects
  • Lesson 8.3 : Classes
  • Lesson 8.4 : Class Members
  • Lesson 8.5 : Class Member Accessibility
  • Lesson 8.6 : Fields, Properties, Methods and Events
  • Lesson 8.7 : Constructors and Destructors
  • Lesson 8.8 : Abstraction in Visual Basic.NET
  • Lesson 8.9 : Encapsulation and Polymorphism
  • Lesson 8.10 : Inheritance
  • Lesson 8.11 : Creating Structures
  • Lesson 8.12 : MyBase, MyClass, and Me
  • Lesson 8.13 : Overloading and Overriding
  • Lesson 8.14 : Creating and Testing a User Control

Chapter 9 : Database Programming

  • Lesson 9.1 : Introducing Database
  • Lesson 9.2 : Data Access Components
  • Lesson 9.3 : Data Binding
  • Lesson 9.4 : Data Binding to Textbox Controls

Chapter 10 : Programming with ADO.NET

  • Lesson 10.1 : Introduction to ADO.NET
  • Lesson 10.2 : Component Classes that make up the Data Providers
  • Lesson 10.3 : Creating a Database in SQL Server
  • Lesson 10.4 : Using ADO.NET Classes
  • Lesson 10.5 : Connecting to SQL Server with Visual Studio Wizards
  • Lesson 10.6 : Introduction to LINQ
  • Lesson 10.7 : Working with LINQ

Chapter 11: ASP.NET

  • Lesson 11.1 : Introduction to ASP.NET
  • Lesson 11.2 : Introduction to Active Server Pages
  • Lesson 11.3 : Creating a Web Application
  • Lesson 11.4 : Performing Data Entry and Validation
  • Lesson 11.5 : Introduction to Web Site Authentication

Chapter 12 : Web Services

  • Lesson 12.1 : Introduction to Web Service
  • Lesson 12.2 : Creating a Web Services
  • Lesson 12.3 : Adding Methods to Web Service

Chapter 13 : Windows Communication Foundation (WCF)

  • Lesson 13.1 : Introduction to WCF Services
  • Lesson 13.2 : Creating a WCF Services - 1
  • Lesson 13.3 : Creating a WCF Services - 2

Chapter 14 : Sequential Workflow using Windows Workflow Foundation (WF)

  • Lesson 14.1 : Introducing Windows Workflow Foundation
  • Lesson 14.2 : Workflow Foundation Components
  • Lesson 14.3 : Creating a Sequential Workflow

Chapter 15 : Mobile Application using VB.NET 2008

  • Lesson 15.1 : Introduction to Mobile Applications
  • Lesson 15.2 : Creating a Pocket PC Game - 1
  • Lesson 15.3 : Creating a Pocket PC Game - 2

Chapter 16 : Deployment in VB.NET 2008

  • Lesson 16.1 : Introduction to Deployment
  • Lesson 16.2 : Creating a Visual Studio 2008 Setup Application
  • Lesson 16.3 : User Interface Editor

Chapter 17 : Windows Presentation Foundation (WPF)

  • Lesson 17.1 : Introducing Windows Presentation Foundation
  • Lesson 17.2 : Introducing the WPF Controls
  • Lesson 17.3 : Simple ‘‘Hello World’’ WPF Application
  • Lesson 17.4 : Simple Drawing Program
  • Lesson 17.5 : Creating a WPF Browser Application
 Top Arrow
WingsLive.com India's Largest E-Learing Website