I’m Geilton Xavier, I’ve been working with software development since 2010, using many languages professionally throughout the years.
No restrictions on learning new technology.
Over the years, I've accumulated experience as a .NET software engineer.
Nothing here yet.
In general, AsSpan is faster than Substring in C#. This is because AsSpan returns a span (a lightweight structure that represents a contiguous region of memory) that refers to a portion of the original string, whereas Substring creates a new string o...
