CIS206 - Advanced Visual Basic - Week 12

Collections


Example 1 

    This sample contains a Web component and a Console component.
 
    The web component adds to a queue and the console component will process the queue entry.

    This sample will not run in the ECC lab as it requires the Transaction Server component.

    Download the Example


Example 2

    Collection using a Serializable ArrayList based on a class.

    Download the Example


Example 3

    Adding and removing controls from the Form.Controls collection (using C#)

    Download the Example


Assignment

      Problem 11.2 - Collection of Vendors using Hash Codes 


Return to Home Page