Resources  
  • Creating A Custom Collections Class Using System.Collections.CollectionBaseMay 13, 2010. This article will show you how you can create a class that can behave just like a collection class.
  • Customized Binding Using CollectionBaseMar 04, 2006. In this article I am trying to explain the use of CollectionBase class. In a simple example I used CollectionBase to bind a DataGrid control with data from Employees table of NorthWind database. So please be sure that your system exists with NorthWind database before using the sample code along with this article.
  • Custom Collection Classes in C#Feb 24, 2012. Learn how to create a custom collection class in C#, utilizing the Customer class with attributes. Implement and manage customer data with CollectionBase, including methods for adding, removing, and accessing customer instances. Explore auto-defined properties and List collections in C#.
  • Creating Strongly Typed Custom Collections in C#Sep 02, 2002. In this article, author shows you how to create and use strongly typed custom collections.