2

Click here to load reader

Vb.net Course Curriculum

Embed Size (px)

DESCRIPTION

VB.Net Course Curriculum of the training at Faculties Online

Citation preview

Page 1: Vb.net Course Curriculum

Faculties Online

VB.NET 3.5 Training Outline

Getting Started with .NET

o Thinking about .NET

o Using Visual Studio 2008

o Debugging Your Code and Handling Exceptions

Data Types and Variables

o Introducing Variables and Data Types

o Working with Variables and Data Types

Using the .NET Framework

o Using the .NET Framework Classes

o Working with Strings

o Working with Dates and Times

o The My Namespace

Branching and Flow Control

o Conditional Branching

o Repeating Code Blocks

o Unconditional Branching

Classes and Objects

o Introducing Classes and Objects

o Creating Your Own Classes

o Working with Classes

Properties and Methods

o Working with Properties

o Working with Methods

Object-Oriented Techniques

o Inheritance

o Interfaces

o Organizing Classes

Working with Arrays

o Introducing Arrays

o Manipulating Arrays

Delegates and Events

o Motivating Delegates

o Introducing Delegates

o Working with Events

Generics

o Introduction Generics

o Generics and Arrays

o Generic Interfaces

o Generic Constraints

Page 2: Vb.net Course Curriculum

o Generics and Lists

Handling Exceptions

o Perspectives and Exception Handling

o Getting Started with Exception Handling

o Catching Specific Exceptions

o Raising Errors

o Running Code Unconditionally

o Creating Exception Classes

Collection Classes

o Generics, Collections, and Interfaces

o The Generic List

o Working with Dictionaries, Stacks, and Queues

o Creating Your Own Generic Collection Classes

Core .NET 3.5 Language Changes

o The Role of Implicitly Typed Local Variables

o The Role of Extension Methods

o Object Initialization Syntax

o The Role of Anonymous Types

o The Role of Lambda Expressions

Conclusion