1. Home
  2. Computing & Technology
  3. Visual Basic

Chapter 11 - Using Arrays and Collections to Manage Data

By , About.com Guide

2 of 6

"Clever Programming" with Arrays and Collections

Clever programming techniques involving arrays generally fall into the category of manipulating the array indexes. In this lesson, I'll show you an example that goes "Beyond the Book".

The programming techniques for collections, however, are mainly in defining (or discovering) collections with useful properties and methods. If you just want to keep track of a set of values, use an array. But if each value has attributes (properties) or actions (methods) associated with it, use a collection. The book covers an important collection, the collection of objects on a Form, but as you advance in your programming skill, you'll discover that .NET and systems written to work with .NET are all filled with collections to add performance and power to the systems you build.

Explore Visual Basic
By Category
About.com Special Features

Holiday Central

What to eat, where to go, fun things to do and how to save money on the perfect gifts. More >

Family Tech Center

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

  1. Home
  2. Computing & Technology
  3. Visual Basic
  4. Learn VB.NET
  5. Using Arrays and Collections to Manage Data

©2009 About.com, a part of The New York Times Company.

All rights reserved.