1. Computing

Visual Basic .NET 2010 Express - Collections of Things

Part 10 of an About Visual Basic Tutorial

From , former About.com Guide

Updated August 02, 2011

This is a free tutorial to help beginning programmers get up to speed using Microsoft Visual Basic 2010 Express. To get the most from this tutorial, you might want to start at the beginning. A complete index to the course is also in the front of the first lesson.

Part 1 - A "From the Ground Up" Tutorial - An introduction to the course.

.

We briefly discussed arrays in part 2 of the tutorial. But there's so much more to collections. In fact, much of data processing and the real world is centered around the idea that things occur in collections and you can simplify your life by working with them that way. Think of how much harder it would be to shop if you couldn't buy "a dozen eggs" or a "bag of oranges". If every egg was sold individually and might be anywhere in the store ... well ... shopping would be a lot harder. Similarly, most files are just collections of records that "look" just like one another. Databases are built of tuples or rows with identical fields in them. And collections play a key role inside programs too. The ability to program with collections of things is one of the key skills that must be mastered. On the next page, we consider collections in detail.

  1. About.com
  2. Computing
  3. Visual Basic
  4. Learn VB.NET
  5. Visual Basic .NET 2010 Express - Collections of Things

©2013 About.com. All rights reserved.