Programming Tutorials
C#
Linked Lists for Beginners
Submitted by Olly on Tue, 09/02/2008 - 23:34.This article will demonstrate the very basics of working with linked lists in C#. Linked lists are perhaps the most powerful forms of data storage, and are used in almost every program. If you are new to C# or are more interested behind the List<> basics, then this tutorial is for you. A very basic understanding of the language and its syntax is required.

