C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Amit Choudhary(1)
Jaish Mathews(1)
Senthilkumar (1)
Rafid Khalid Abdullah(1)
Resources
No resource found
Creating A Custom Collections Class Using System.Collections.CollectionBase
May 13, 2010.
This article will show you how you can create a class that can behave just like a collection class.
Customized Binding Using CollectionBase
Mar 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.