C#-Training-Projects Delegates, events, and lambdas C# 1.0 Delegates (Placeholder for functions) introduced; C# 2.0 Anonymous functions using delegate keyword; C# 3.0 Lambda expressions introduced. Sorting Algorithms Insertion Sort Selection Sort Bubble Sort Merge Sort Quick Sort Data Structures Array Linked List Stack and Queue Tree