Scripts are listed afer popularity. To display the scripts in alphabetical order please click here
1)
Using NameValueCollection in C#
This tutorial deals with NameValueCollection, which is a sorted collection of string keys and string values that can be accessed through hash code of the key and through index.
2)
Creating dynamic data structures
It is a simple tutorial in which author discusses about several data structure that has to be used to store data in memory and also the author gives suggestion to the users about the necessity of using different structure for different collection classes.
3)
Collection Generator
This is an article in which author describes about collection generator, which helps in creating a collection class in .NET framework. In this tutorial the author gives a form by filling up this form the typed collection will be added.
4)
Sorting Objects using IComparer and IComparable Interfaces
It is a simple tutorial which concentrates on process of sorting objects by using Icomparer and Icomparable interface in .NET frame work. The author explains this topic with example for easy understanding.
5)
Collection and Object Ordering
It is a web based article in which author elaborates the procedure for arranging the objects in the collection class with the help of sort() method in .NET framework.
6)
.NET Collection Conundrum
This tutorial concentrates on several collection objects which resides on System.Collections namespace, which has hosted classes. The author gives brief description about each objects with example.
7)
Data structure: Builing Linked-List Class
This simple tutorial provide guidelines to the programmers to construct dynamic linked-list in which unlimited objects can be inserted and also objects can be removed by using Self-Referential Classes in .NET framework.
8)
Convea
Convea is a collection that comes with business utilities and tools and above nineteen applications. In this collection users can find applications and tools like calendar, instant messaging module, site manager etc.,
9)
Creating custom collections
It is an article in which the author gives suggestion for the programmers to create own custom collection. In this tutorial the author gives information about data abstraction which supports enumeration.
10)
Collective confusion: Using collections in .NET
This is a simple tutorial in which author gives suggestion for the VB programmers to utilize VB6 collection in which programmers can access objects from it to perform particular task.
11)
Getting to know the .NET collections
This is an useful tutorial in which author gives information about concepts of .NET collections, which helps in storing arbitary objects in a perfect structure.
12)
IEnumerable
This user friendly tutorial deals with the IEnumerable interface, which helps in generating a library class. In this article the programmers can learn about various method of utilizing this IEnumerable inteface for navigating through the collections.
|