Data Structure
Data structure is a way of storing data in a computer so that it can be used efficiently.
Article

A Generic Searchable Range Collection (.NET)

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...
Article

JavaScript arrays: combining and splitting

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...
Article

JavaScript arrays: copying, transferring and merging

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...
Article

How To Implement Custom Collections in Visual C# .NET

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...
Article

Creating Strongly Typed Custom Collections in C#

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++,...
Article

Understanding Garbage Collection in the .NET Framework

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.
Article

Sorting An Array Using Array.Sort()

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...
Article

The Ins and Outs of Stored Procedures in VB.NET

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...
Article

A Generic Data Access Component using Factory Pattern in VB.NET

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...
Article

Data Binding your own collections

Complex Data Binding a collection implimenting IBindingList and ITypedList, with sample windows application.
Article

Overview of the BCL Collection Types

Illustrates how the .NET Framework offers a consistent programming paradigm for working with collections, lists, and dictionaries.
Article

Using Diagnostic Classes In The .NET SDK

How to use Diagnostic classes and tree view control in the .NET SDK.
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.