C# String Theory—String Performance Optimization

Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio


Jump to: navigation, search
CSharp-Online.NET:Articles
C# Articles

C# String Theory

edit

C# String Performance Optimization

Every effort has been made to optimize strings in C#; still, strings have the potential to be very inefficient and wasteful. Strings are a quick and safe method of handlling character data. But, there are a few tricks programmers must learn about strings in order to write efficient code.

Knowing how string performance optimization works in C# can help programmers write optimized code. Otherwise, programmers will write inefficient code that wastes both CPU clock cycles and memory.


Previous_Page_.gif Next_Page_.gif

Personal tools