Server Intellect
 
Home   Snippets Directory   New Snippets   Snippets Tutorial   Snippets FAQs
 
 
  Categories
Collections
Database
Email
Working with Files
Network
OS
Security
XML
New Snippets
  Get Involved
Create Snippet
Suggest Snippet
Snippets Tutorial
Snippet FAQs
Snippets Newsletter


Navigator: Home - Snippets - Collections
Collections and Arrays

ASP.NET Collections Snippets
Get a Random Number using the Random class C# 2.0
This snippet will show you how to get a random number using ASP.NET 2.0 and C#.
Iterate through a sorted dictionary by key C# 2.0
This snippet will show you how to iterate through a sorted dictionary by key using ASP.NET 2.0 and C#.
Define a type comparer to be used in sorting routines. C# 2.0
This snippet will show you how to define a type comparer to be used in sorting routines using ASP.NET 2.0 and C#.
Creates a sorted dictionary to hold a specific type of items. C# 2.0
This snippet will show you how to create a sorted dictionary to hold a specific type of items using ASP.NET 2.0 and C#.
Creates a dictionary to hold specific types of items indexed by key C# 2.0
This snippet will show you how to create a dictionary to hold specific types of items indexed by key using ASP.NET 2.0 and C#.
Create a list with items of a single type. C# 2.0
This snippet will show you how to create a collection to hold a specific type of items using ASP.NET 2.0 and C#.
Iterate through a collection C# 2.0
This snippet will show you how to iterate through a collection using ASP.NET 2.0 and C#.
Locate an Element in an Array C# 2.0
This snippet will show you how to find the index of a given element in an array using ASP.NET 2.0 and C#.
Sort an Array C# 2.0
This snippet will show you how to sort an array using ASP.NET 2.0 and C#.



 
  Developer Resources





Server Intellect Rocks