Although implementing the sorting algorithm by ourselves is usually not a good practice (using available sorting implementation the .NET framework includes is usually the preferred alternative) knowing the various available sorting algorithms is always a good practice for our mind. The following video clip (hebrew) explains the 'insert sort' algorithm. More video clips that explain other fundamental topics in C# are available at www.CSharpBook.co.il .