Archive for the '.NET' Category
List Management with Generic List in .NET
Monday, June 12th, 2006I work with collections of objects very frequently and with version 1.1 of the Framework I would normally use the ArrayList class to manage them. With an ArrayList you are able to hold a collection of just about any type of object but there is no help with type safety. In version 2.0 of the […]