| | Visual Basic .NET Advanced
This class is a continuation of the Introduction to Visual Basic class. At the end of this class you will be able to create classes and objects and use them to create new classes and objects using inheritance and polymorphism. You will be able to create graphics, read and write data to files and work with databases. You will be introduced to using Visual Basic for building web-based applications. You will need a copy of Visual Studio. A 30-day trial version is available.
To get started:
- Click on the Syllabus link below to find information about the course and the book
- Click on Introductions link to meet your instructor and introduce yourself
- Post any questions you have in Questions and Comments
| |
| 1 | Lesson 1: Dates, String and Arrays
If you took the Visual Basic introduction course, you have worked only with simple variables. This makes it hard to program, especially if you have a lot of data. In this lesson we will learn to work with Arrays. Arrays have a lot of advantages over simple variables for working with large amounts of data, but there are limits to what Arrays can do. So will also be working with the collections classes to learn other ways of storing an manipulating data.
Although we have worked Strings before now, we will also learn about some of the String manipulation functions and how to work with Dates, Times and how to format the output of numeric data.
| 
|