I m wondering whether I could implement a Chrome style proces model with a WPF host. One process would handle the tabbing etc, and the content of each tab would be its own process. Maybe wpf or maybe winforms.
As a learning experience I recently tried implementing Quicksort with 3 way partitioning in C#. Apart from needing to add an extra range check on the left/right variables before the recursive call, ...