Related resources for Extending Collection
  • Extending Collections in .NET2/24/2011 1:18:44 AM. Recently I found myself adding custom code to convert the collections to DataViews so that I could assign my filters and let the View take care of the rest. In this article I will try to cover the problem, design, and solution implemented.