Hits Today: 1 Total: 2517 | Updated: 2/28/2002 | |
 | Collection classes are used frequently in .NET. For example, classes like ArrayList, NamevalueCollection, HashTable are collection classes. One peculier thing of collection classes is that they can be used in foreach(...) loop in C#.
Author: Bipin Joshi Code: ASP.NET v1.0 & C# |
Hits Today: 2 Total: 2098 | Updated: 5/30/2002 | |
 | The CollectionBase class provides the implementations for the Clear method and the Count property, and it maintains a Protected property called List, which it uses for the internal storage and organization of the object instances. Author: Yogesh Patange Code: ASP.NET v1.0 & C# | |  | |
Hits Today: 5 Total: 12 | Updated: 8/26/2008 | |
 | In this tutorial, we will look at how we can create a class, how we can create methods within that class and also how we can make use of the class in a Windows Form by calling its methods. VB version. Author: dotnettutorials.com Code: ASP.NET v2.0 & VB |
Hits Today: 6 Total: 17 | Updated: 8/26/2008 | |
 | In this tutorial, we will look at how we can create a class, how we can create methods within that class and also how we can make use of the class in a Windows Form by calling its methods. C# version. Author: dotnettutorials.com Code: ASP.NET v2.0 & C# | |  | |
|