How to resolve ambiguous C# extension methods Steve Moss Published Jan 2, 2023 How to help the C# compiler pick an extension method when there are multiple matching extension methods in the same namespace.
Generate all combinations of a sequence Steve Moss Published Oct 30, 2021 Various approaches to turning a sequence of characters into every possible combination of those characters.