String Extract Extension Method with C#
Published on Jun 15, 2022
The following extension method is probably one of my all time favorite things to do with strings: parse out text between a start and end delimiter.
C# String Extension to Split Camel Case
Published on Jun 9, 2022
Let me show you a quick method to convert Camel Case in C# to title case.