http://cyborgmaguscsharpedge.com/ has all my video tutorials with source code in an organized cyber-library. In this tutorial we write from scratch a program to sort integers using a type of sort called a bubble sort. Key to making this work is the call by reference technique implemented with the ref keyword discussed in the previous tutorial
• C# Edge 31 - C# Bubble Sort using ref