Week6

This week we talked about generic methods, classes and then generic collections in the .NET Framework.

We first looked at ArrayList collection as an example for a non-generic collection and then the List generic collections.

We finished off with the SortedDictionary generic collection.

We will learn how to read and write to files using the .NET Framework on Thursday. The slides and code are below.

Powerpoint slides

generics_collections

files_streams

Code Examples

generics.zip

createfileform.zip

filetestform.zip

readsequentialaccessfileform.zip