Data Structure
Data structure is a way of storing data in a computer so that it can be used efficiently.
Language
Any
Platform
License
Any
A common programming task is to match a value to a group of ranges in order to find a value associated with that range. The .NET framework does not provide a collection class to support this...
This series of articles mainly concentrates on working with JavaScript arrays. This is the second article in the series and mainly concentrates on working with arrays effectively. You can reuse these...
This series of articles mainly concentrates on working with JavaScript arrays. This is the third article in the series. It mainly concentrates on working with multiple arrays effectively. You can...
This step-by-step article shows you how to implement a custom collection in Visual C# .NET. The .NET Framework base class libraries offer a formal definition of a collection: the System.Collections...
First, I want to thank the group of the VS .NET for their great achievements in the world of programming. I saw that with this new technology we can implement everything we could implement with VC++,...
In this article we will explore the Garbage Collection feature in the .Net framework and the activities required in applications to manage resources complementing the Garbage Collector.
The .NET Framework makes it a cinch for developers to sort arrays by including a static method in the Array class called Sort(). In its simplest form the Sort() method accepts a single input...
A well-designed application that uses a relational database management system in the backend should make extensive use of stored procedures. A stored procedure is a named collection of SQL...
I just read Mahesh's article Writing a Generic Data Access
Component. Another way to solve this problem is to utilize the
System.Activator class and a factory pattern to create the
concrete...
Complex Data Binding a collection implimenting IBindingList and ITypedList, with sample windows application.
Illustrates how the .NET Framework offers a consistent programming paradigm for working with collections, lists, and dictionaries.
How to use Diagnostic classes and tree view control in the .NET SDK.