» Home
» Tutorials
» Search  
» Contact us 

Home » Tutorials » Introduction to Visual Basic .NET » Chapter 5

Chapter 5: Working with Data Structures

In the last couple of chapters, you worked with simple data types, naming Integer and String variables. While these data types are useful in their own rights, more complex programs call for working with data structures; that is, groups of data elements that are organized in a single unit. In this chapter, you learn about the various data structures available in Visual Basic .NET and will see some ways in which you can work with complex sets of data. You will also learn how you can build powerful collection classes for working with, maintaining, and manipulating lists of complex data.

 

In this chapter, you will learn about:

  • Arrays

  • Enumerations

  • Constants

  • Structures

 


Chapter 5.1: Understanding Arrays

Chapter 5.2: Understanding Enumerations

Chapter 5.3: Understanding Constants

Chapter 5.4: Structures

Chapter 5.5: Working with ArrayLists

Chapter 5.6: Collections

Chapter 5.7: Hashtable

Chapter 5.8: Advanced Array Manipulation

Chapter 5.9: Summary

Home | Link to Us | Partner Links | About us | Contact us

Copyright © 2009-2012 F1tutorials.com | All Rights Reserved