Click button to edit
Sorting: Sort Big File with Record Class
Shows how to sort a big file using a record class
If you need to sort a really big file (20Mb and more) you have the BigFileSorter
Implements External Sorting (wikipedia)
The Sorter will split the file in blocks, write them to temp files, and finally join all in a sorted file
SortingWithRecord.cs
OrdersTab.cs