This course is an introduction to Visual Basic.NET.
Students will:
· Learn to create Console Application projects in Visual Studio .NET 2010.
· Learn to convert a variable from one data type to another in Visual Basic.
· Learn to set and change dates and times in Visual Basic.
· Learn to repeat blocks of code using looping statements.
· Learn to generate and test your own Visual Basic classes using the Class Designer and Object Test Bench tools.
· Learn to use methods in your Visual Basic classes.
· Learn to control how derived VB classes inherit from base classes.
· Learn to create Visual Basic classes containing arrays, adding support for indexers and enumerators.
· Learn to use delegate types to provide flexibility and type safety.
· Learn to create generic classes and methods in Visual Basic.
· Learn to use Exception objects to determine what error has occurred.
· Learn to create your own custom collection classes in Visual Basic
· Learn to use anonymous types, lambda expressions, extension methods, object initializers, and implicit type declarations.
|