This is the first of several tutorials on .NET Container Classes and shows how to use a List<T> to hold a list of references to objects of the type T. Lists are straightforward though if you want to wrap them in a class and use them, with sorting, use in LINQ Tutorial etc there's just a couple of things that needs to be done.
A year or two back I created an application in C# to simplify managing a (UK) Dog Show from data entry through to printing the Show Catalog. I used the List class there and I've used some of that code as an example.
- Want to learn C# Programming? Try our free C# Programming Tutorials
Comments
No comments yet. Leave a Comment

